aboutsummaryrefslogtreecommitdiff
path: root/common
diff options
context:
space:
mode:
authorGerald Van Baren <vanbaren@cideas.com>2007-03-31 14:30:53 -0400
committerGerald Van Baren <vanbaren@cideas.com>2007-03-31 14:30:53 -0400
commitaea03c4e8c3a21ce43d3faf48a6e6d474c8bdf73 (patch)
tree628b9fc238880369cef5a6b42c71dc46258ef0b0 /common
parent213bf8c822de8eecaf69860684469cdaba2e9e6a (diff)
Fix some minor whitespace violations.
Diffstat (limited to 'common')
-rw-r--r--common/cmd_bootm.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/common/cmd_bootm.c b/common/cmd_bootm.c
index ab8648fff..2721216bf 100644
--- a/common/cmd_bootm.c
+++ b/common/cmd_bootm.c
@@ -38,7 +38,7 @@
#include <fdt.h>
#include <libfdt.h>
#endif
-#if defined(CONFIG_OF_FLAT_TREE)
+#if defined(CONFIG_OF_FLAT_TREE)
#include <ft_build.h>
#endif