From 3a0dceb3d000e9f45a216b8ef5ce61cc3c1d0342 Mon Sep 17 00:00:00 2001 From: vda Date: Fri, 8 Sep 2006 17:22:45 +0000 Subject: login: style fixes git-svn-id: svn://busybox.net/trunk/busybox@16072 69ca8d6d-28ef-0310-b511-8ec308f3f277 --- include/libbb.h | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to 'include') diff --git a/include/libbb.h b/include/libbb.h index 6bea048a3..7fbeb4fb7 100644 --- a/include/libbb.h +++ b/include/libbb.h @@ -490,9 +490,9 @@ void xprint_and_close_file(FILE *file); #define FAIL_DELAY 3 extern void bb_do_delay(int seconds); -extern void change_identity ( const struct passwd *pw ); -extern const char *change_identity_e2str ( const struct passwd *pw ); -extern void run_shell ( const char *shell, int loginshell, const char *command, const char **additional_args); +extern void change_identity(const struct passwd *pw); +extern const char *change_identity_e2str(const struct passwd *pw); +extern void run_shell(const char *shell, int loginshell, const char *command, const char **additional_args); #ifdef CONFIG_SELINUX extern void renew_current_security_context(void); extern void set_current_security_context(security_context_t sid); -- cgit v1.2.3-55-g6feb