From: Todd C. Miller Date: Fri, 5 Apr 1996 21:53:02 +0000 (+0000) Subject: fixed some indentation X-Git-Tag: SUDO_1_5_0~224 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=b61573f6ddd5506495290f906254dcd4d9d897b6;p=sudo fixed some indentation --- diff --git a/check.c b/check.c index 2b2172a6c..f0745d98d 100644 --- a/check.c +++ b/check.c @@ -469,13 +469,13 @@ static void check_passwd() while (counter > 0) { #ifdef HAVE_SKEY - /* rewrite the prompt if using s/key since the challenge can change */ - set_perms(PERM_ROOT); - prompt = sudo_skeyprompt(&skey, prompt); - set_perms(PERM_USER); + /* rewrite the prompt if using s/key since the challenge can change */ + set_perms(PERM_ROOT); + prompt = sudo_skeyprompt(&skey, prompt); + set_perms(PERM_USER); #endif /* HAVE_SKEY */ - /* get a password from the user */ + /* get a password from the user */ #ifdef USE_GETPASS # ifdef HAVE_KERB4 (void) des_read_pw_string(kpass, sizeof(kpass) - 1, prompt, 0);