]> git.proxmox.com Git - mirror_spl.git/blobdiff - include/sys/fcntl.h
Fix cstyle warnings
[mirror_spl.git] / include / sys / fcntl.h
index bf5bf03238eef813c8bbaf686d3ff23ae6e6bf90..3faa5dad78cba1849566bab2d5024fbeca5a46dd 100644 (file)
  */
 
 #ifndef _SPL_FCNTL_H
-#define _SPL_FCNTL_H
+#define        _SPL_FCNTL_H
 
 #include <asm/fcntl.h>
 
-#define F_FREESP 11
+#define        F_FREESP 11
 
 #ifdef CONFIG_64BIT
 typedef struct flock flock64_t;