]> git.proxmox.com Git - mirror_spl.git/blobdiff - include/spl-ctl.h
Fix cstyle warnings
[mirror_spl.git] / include / spl-ctl.h
index 21b1c1c05d66620133180e5b31ad5b04bd3272d1..571887d1d9f59bbcf103a0b77cd75a536f97bd06 100644 (file)
  */
 
 #ifndef _DEBUG_CTL_H
-#define _DEBUG_CTL_H
+#define        _DEBUG_CTL_H
 
 /*
  * Contains shared definitions which both the user space
  * and kernel space portions of splat must agree on.
  */
 typedef struct spl_debug_header {
-        int ph_len;
-        int ph_flags;
-        int ph_subsys;
-        int ph_mask;
-        int ph_cpu_id;
-        int ph_sec;
-        long ph_usec;
-        int ph_stack;
-        int ph_pid;
-        int ph_line_num;
+       int ph_len;
+       int ph_flags;
+       int ph_subsys;
+       int ph_mask;
+       int ph_cpu_id;
+       int ph_sec;
+       long ph_usec;
+       int ph_stack;
+       int ph_pid;
+       int ph_line_num;
 } spl_debug_header_t;
 
 #endif /* _DEBUG_CTL_H */