]> granicus.if.org Git - sudo/commitdiff
fixed some indentation
authorTodd C. Miller <Todd.Miller@courtesan.com>
Fri, 5 Apr 1996 21:53:02 +0000 (21:53 +0000)
committerTodd C. Miller <Todd.Miller@courtesan.com>
Fri, 5 Apr 1996 21:53:02 +0000 (21:53 +0000)
check.c

diff --git a/check.c b/check.c
index 2b2172a6c603faa80f2182146fa1148084864a5f..f0745d98d264ccbf2ee30261cb3e2198a9b463ea 100644 (file)
--- 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);