Cleanup macros.h
[libside.git] / include / side / macros.h
index aea7b9ca5e71c12de16afb752213572515cffff3..7c5c9c25b2f12b660c998160b2d80bf9d62f836d 100644 (file)
        sizeof(((_struct * )NULL)->_field)
 
 #if defined(__SIZEOF_LONG__)
-#define SIDE_BITS_PER_LONG     (__SIZEOF_LONG__ * 8)
+# define SIDE_BITS_PER_LONG    (__SIZEOF_LONG__ * 8)
 #elif defined(_LP64)
-#define SIDE_BITS_PER_LONG     64
+# define SIDE_BITS_PER_LONG    64
 #else
-#define SIDE_BITS_PER_LONG     32
+# define SIDE_BITS_PER_LONG    32
 #endif
 
 #define SIDE_PACKED    __attribute__((packed))
This page took 0.040079 seconds and 4 git commands to generate.