]> git.kernelconcepts.de Git - karo-tx-uboot.git/blobdiff - lib_blackfin/blackfin_board.h
Coding Style cleanup
[karo-tx-uboot.git] / lib_blackfin / blackfin_board.h
index 35a513fbac64404cf8358959b480968f52523dad..31c16a20fe188cd89a2bdf783ce1dbdfea5b3497 100644 (file)
@@ -38,7 +38,7 @@ extern ulong uboot_end;
 ulong monitor_flash_len;
 
 
-#define VERSION_STRING_SIZE  150 /* including 40 bytes buffer to change any string */ 
+#define VERSION_STRING_SIZE  150 /* including 40 bytes buffer to change any string */
 #define VERSION_STRING_FORMAT "%s (%s - %s)\n"
 #define VERSION_STRING         U_BOOT_VERSION, __DATE__, __TIME__