]> git.kernelconcepts.de Git - karo-tx-uboot.git/commitdiff
am33xx: karo: indentation cleanup
authorLothar Waßmann <LW@KARO-electronics.de>
Mon, 7 Oct 2013 12:12:51 +0000 (14:12 +0200)
committerLothar Waßmann <LW@KARO-electronics.de>
Mon, 7 Oct 2013 12:12:51 +0000 (14:12 +0200)
include/configs/tx48.h

index bff864fbcca8c071563fa10cb38b13ae76e19c81..4a75ced2b63362b35478c78d845ecf4228ac1f6e 100644 (file)
 /*
  * Boot Linux
  */
-#define xstr(s)        str(s)
-#define str(s) #s
+#define xstr(s)                                str(s)
+#define str(s)                         #s
 #define __pfx(x, s)                    (x##s)
 #define _pfx(x, s)                     __pfx(x, s)