Coding style cleanup, update CHANGELOG.
[oweals/u-boot.git] / include / ubi_uboot.h
index 095dfc1b206a0e56f90fef961c52ae9cbdc14a6a..b4152192a2d943a82c1203166f80d80d36cb43b9 100644 (file)
@@ -56,7 +56,7 @@ do {                                                                  \
 #define ubi_sysfs_close(...)           do { } while (0)
 static inline int is_power_of_2(unsigned long n)
 {
-        return (n != 0 && ((n & (n - 1)) == 0));
+       return (n != 0 && ((n & (n - 1)) == 0));
 }
 
 /* FIXME */