From 785def628438469f00d548ee937e7ef74376d3f6 Mon Sep 17 00:00:00 2001 From: Ulf Magnusson Date: Sun, 9 Dec 2012 05:44:47 +0100 Subject: Small formatting fix. --- kconfigtest.py | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'kconfigtest.py') diff --git a/kconfigtest.py b/kconfigtest.py index 4f8b49e..85045c9 100644 --- a/kconfigtest.py +++ b/kconfigtest.py @@ -232,7 +232,7 @@ def run_selftests(): verify(c["G"].get_parent() is choice_2, "G's parent should be the second choice") verify(c["G"].get_parent().get_parent() is menu_2, - "G's grandparent should be the second menu") + "G's grandparent should be the second menu") # # Object fetching (same test file) @@ -244,7 +244,7 @@ def run_selftests(): verify(c.get_symbol("A") is A, "get_symbol() is broken") verify(c.get_top_level_items() == [A, choice_1, menu_1, menu_3, menu_4], - "Wrong items at top level") + "Wrong items at top level") verify(c.get_symbols(False) == [A, B, C, D, E, F, G, H, I], "get_symbols() is broken") -- cgit v1.2.3