]> git.kernelconcepts.de Git - karo-tx-uboot.git/blobdiff - board/esd/common/lcd.h
Coding Style cleanup: replace leading SPACEs by TABs
[karo-tx-uboot.git] / board / esd / common / lcd.h
index 96e4b9972d50861abae1bdbf27aa9191c08acb73..5b14bf926014bff8458e13644a3aba5a4b3790d1 100644 (file)
@@ -9,7 +9,7 @@
  * Neutralize little endians.
  */
 #define SWAP_LONG(data) ((unsigned long)                                  \
-                        (((unsigned long)(data) >> 24)                 | \
+                        (((unsigned long)(data) >> 24)                 | \
                          ((unsigned long)(data)  << 24)                | \
                          (((unsigned long)(data) >> 8) & 0x0000ff00 )  | \
                           (((unsigned long)(data) << 8) & 0x00ff0000 )))