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/include/proto.h | 6 +----- 1 file changed, 1 insertion(+), 5 deletions(-) (limited to 'source3/include') diff --git a/source3/include/proto.h b/source3/include/proto.h index 804575a2b0..8462bf7e09 100644 --- a/source3/include/proto.h +++ b/source3/include/proto.h @@ -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); -- cgit