From 97a4a8d8236384234d12e30ea23674802422f9f1 Mon Sep 17 00:00:00 2001 From: ed Date: Wed, 13 Nov 2013 20:35:10 +0000 Subject: Fix whitespace. --- usr.bin/login/login.c | 16 ++++++++-------- 1 file changed, 8 insertions(+), 8 deletions(-) (limited to 'usr.bin/login') diff --git a/usr.bin/login/login.c b/usr.bin/login/login.c index 1de440b..166dfdc 100644 --- a/usr.bin/login/login.c +++ b/usr.bin/login/login.c @@ -103,8 +103,8 @@ static void usage(void); #define DEFAULT_PASSWD_PROMPT "Password:" #define TERM_UNKNOWN "su" #define DEFAULT_WARN (2L * 7L * 86400L) /* Two weeks */ -#define NO_SLEEP_EXIT 0 -#define SLEEP_EXIT 5 +#define NO_SLEEP_EXIT 0 +#define SLEEP_EXIT 5 /* * This bounds the time given to login. Not a define so it can @@ -380,12 +380,12 @@ main(int argc, char *argv[]) au_login_success(); #endif - /* - * This needs to happen before login_getpwclass to support - * home directories on GSS-API authenticated NFS where the - * kerberos credentials need to be saved so that the kernel - * can authenticate to the NFS server. - */ + /* + * This needs to happen before login_getpwclass to support + * home directories on GSS-API authenticated NFS where the + * kerberos credentials need to be saved so that the kernel + * can authenticate to the NFS server. + */ pam_err = pam_setcred(pamh, pam_silent|PAM_ESTABLISH_CRED); if (pam_err != PAM_SUCCESS) { pam_syslog("pam_setcred()"); -- cgit v1.1