afs: format afs_syscall() properly
authorMichael Adam <obnox@samba.org>
Mon, 23 Sep 2013 00:35:58 +0000 (02:35 +0200)
committerMichael Adam <obnox@samba.org>
Mon, 23 Sep 2013 18:26:47 +0000 (20:26 +0200)
Signed-off-by: Michael Adam <obnox@samba.org>
Reviewed-by: Andrew Bartlett <abartlet@samba.org>
source3/include/proto.h
source3/lib/afs_settoken.c

index 804575a2b08e2c9bf192440a7a6cf396d5729555..8462bf7e09a9c30c89246672be3be8c0dc7fb8bc 100644 (file)
@@ -45,11 +45,7 @@ char *afs_createtoken_str(const char *username, const char *cell);
 
 /* The following definitions come from lib/afs_settoken.c  */
 
-int afs_syscall( int subcall,
-         const char * path,
-         int cmd,
-         char * cmarg,
-         int follow);
+int afs_syscall(int subcall, const char *path, int cmd, char *cmarg, int follow);
 bool afs_settoken_str(const char *token_string);
 bool afs_settoken_str(const char *token_string);
 
index 77d9ace3d3bf91a6ed59f739d1932c33cddba683..af15fa8b2e400096a2c78aba84bc7466d407bee3 100644 (file)
 #include <openssl/des.h>
 #include <sys/syscall.h>
 
-int afs_syscall( int subcall,
-         const char * path,
-         int cmd,
-         char * cmarg,
-         int follow)
+int afs_syscall(int subcall, const char *path, int cmd, char *cmarg, int follow)
 {
 /*
        return( syscall( SYS_afs_syscall, subcall, path, cmd, cmarg, follow));