]> git.proxmox.com Git - mirror_spl.git/blobdiff - include/linux/math64_compat.h
Make include/linux/ conform to ZFS style standard
[mirror_spl.git] / include / linux / math64_compat.h
index 83046a05f83b0805fe15190d2d433592ed30dda8..e45015bea9abd823637bbbe124eba1327510b0c8 100644 (file)
  */
 
 #ifndef _SPL_MATH64_COMPAT_H
-#define _SPL_MATH64_COMPAT_H
+#define        _SPL_MATH64_COMPAT_H
 
 #ifndef abs64
-#define abs64(x)       ({ uint64_t t = (x) >> 63; ((x) ^ t) - t; })
+#define        abs64(x)        ({ uint64_t t = (x) >> 63; ((x) ^ t) - t; })
 #endif
 
 #endif /* _SPL_MATH64_COMPAT_H */