From 771b7779b0ee3a5cc256643b1ff8c65eae6ad424 Mon Sep 17 00:00:00 2001 From: Michael Adam Date: Mon, 23 Sep 2013 02:35:58 +0200 Subject: afs: format afs_syscall() properly Signed-off-by: Michael Adam Reviewed-by: Andrew Bartlett --- source3/lib/afs_settoken.c | 6 +----- 1 file changed, 1 insertion(+), 5 deletions(-) (limited to 'source3/lib') diff --git a/source3/lib/afs_settoken.c b/source3/lib/afs_settoken.c index 77d9ace3d3..af15fa8b2e 100644 --- a/source3/lib/afs_settoken.c +++ b/source3/lib/afs_settoken.c @@ -34,11 +34,7 @@ #include #include -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)); -- cgit