]> git.proxmox.com Git - mirror_zfs.git/blobdiff - lib/libspl/include/rpc/xdr.h
cstyle: Resolve C style issues
[mirror_zfs.git] / lib / libspl / include / rpc / xdr.h
index cd6680f5784e0870639c6ed817f482349170fa73..99500d657ba20117965fb83f1b491d95a90e5ad6 100644 (file)
@@ -30,7 +30,7 @@
  */
 
 #ifndef LIBSPL_RPC_XDR_H
-#define LIBSPL_RPC_XDR_H
+#define        LIBSPL_RPC_XDR_H
 
 #include_next <rpc/xdr.h>
 
@@ -55,10 +55,10 @@ typedef struct xdr_bytesrec {
  * XDR_RDMANOCHUNK - for xdr implementaion over RDMA, sets private flags in
  *                   the XDR stream moving over RDMA.
  */
-#define XDR_PEEK      2
-#define XDR_SKIPBYTES 3
-#define XDR_RDMAGET   4
-#define XDR_RDMASET   5
+#define        XDR_PEEK        2
+#define        XDR_SKIPBYTES   3
+#define        XDR_RDMAGET     4
+#define        XDR_RDMASET     5
 
 extern bool_t xdr_control(XDR *xdrs, int request, void *info);