From 63dc9c7113cd0fff60d04b05cd8053e70279f9d4 Mon Sep 17 00:00:00 2001 From: David Gibson Date: Tue, 18 Sep 2007 11:44:04 +1000 Subject: dtc: Whitespace cleanup This large patch removes all trailing whitespace from dtc (including libfdt, the testsuite and documentation). It also removes a handful of redundant blank lines (at the end of functions, or when there are two blank lines together for no particular reason). As well as anything else, this means that quilt won't whinge when I go to convert the whole of libfdt into a patch to apply to the kernel. Signed-off-by: David Gibson --- tests/trees.S | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to 'tests/trees.S') diff --git a/tests/trees.S b/tests/trees.S index 6057668..60e1b55 100644 --- a/tests/trees.S +++ b/tests/trees.S @@ -65,7 +65,7 @@ tree: \ #define STRING(tree, name, str) \ tree##_##name: \ .string str - + .data TREE_HDR(test_tree1) @@ -77,7 +77,7 @@ test_tree1_struct: BEGIN_NODE("") PROP_INT(test_tree1, prop_int, TEST_VALUE_1) PROP_STR(test_tree1, prop_str, TEST_STRING_1) - + BEGIN_NODE("subnode1") PROP_INT(test_tree1, prop_int, TEST_VALUE_1) @@ -110,7 +110,7 @@ truncated_property_struct: BEGIN_NODE("") PROPHDR(truncated_property, prop_truncated, 4) /* Oops, no actual property data here */ - + truncated_property_strings: STRING(truncated_property, prop_truncated, "truncated") truncated_property_end: -- cgit v1.1