]> git.ipfire.org Git - people/ms/u-boot.git/blobdiff - MAKEALL
Coding Style cleanup
[people/ms/u-boot.git] / MAKEALL
diff --git a/MAKEALL b/MAKEALL
index db11f134b8b517b98499d7ebf2f7289f7fd35312..c54c6e8cf95eb3bbba05fa0881d4454347309550 100755 (executable)
--- a/MAKEALL
+++ b/MAKEALL
@@ -56,7 +56,7 @@ LONG_OPTS="arch:,cpu:,vendor:,soc:"
 
 # Option processing based on util-linux-2.13/getopt-parse.bash
 
-# Note that we use `"$@"' to let each command-line parameter expand to a 
+# Note that we use `"$@"' to let each command-line parameter expand to a
 # separate word. The quotes around `$@' are essential!
 # We need TEMP as the `eval set --' would nuke the return value of
 # getopt.