]> git.proxmox.com Git - mirror_spl.git/blobdiff - include/sys/types.h
Fix cstyle warnings
[mirror_spl.git] / include / sys / types.h
index b5359c7e89175e1e9d14ec494b0d3cdd27b939f7..e159dda210c2802e0035a8a67f2875f4fa0273a2 100644 (file)
 #include <sys/sysmacros.h>
 
 #ifndef ULLONG_MAX
-#define ULLONG_MAX                     (~0ULL)
+#define        ULLONG_MAX                      (~0ULL)
 #endif
 
 #ifndef LLONG_MAX
-#define LLONG_MAX                      ((long long)(~0ULL>>1))
+#define        LLONG_MAX                       ((long long)(~0ULL>>1))
 #endif
 
-typedef enum { B_FALSE=0, B_TRUE=1 }   boolean_t;
+typedef enum { B_FALSE = 0, B_TRUE = 1 }       boolean_t;
 typedef unsigned long                  intptr_t;
 typedef unsigned long                  ulong_t;
 typedef unsigned int                   uint_t;