]> Git Repo - J-u-boot.git/blobdiff - include/configs/alpr.h
Coding Style cleanup: replace leading SPACEs by TABs
[J-u-boot.git] / include / configs / alpr.h
index 5431b098c5c388a555cc26ec8152c8ffbfba5b60..f0a89623c3ba7557d7ca20633c5ea0ad3c96ccea 100644 (file)
@@ -2,7 +2,7 @@
  * (C) Copyright 2006-2008
  * Stefan Roese, DENX Software Engineering, [email protected].
  *
- * SPDX-License-Identifier:    GPL-2.0+ 
+ * SPDX-License-Identifier:    GPL-2.0+
  */
 
 #ifndef __CONFIG_H
        "flash_self=run ramargs addip addtty;"                          \
                "bootm ${kernel_addr} ${ramdisk_addr}\0"                \
        "net_nfs=tftp 200000 ${bootfile};run nfsargs addip addtty;"     \
-               "bootm\0"                                               \
+               "bootm\0"                                               \
        "net_nfs_fdt=tftp 200000 ${bootfile};"                          \
                "tftp ${fdt_addr} ${fdt_file};"                         \
                "run nfsargs addip addtty;"                             \
This page took 0.027052 seconds and 4 git commands to generate.