]> granicus.if.org Git - sudo/commitdiff
fixed a formatting thingie
authorTodd C. Miller <Todd.Miller@courtesan.com>
Mon, 17 Jun 1996 16:19:04 +0000 (16:19 +0000)
committerTodd C. Miller <Todd.Miller@courtesan.com>
Mon, 17 Jun 1996 16:19:04 +0000 (16:19 +0000)
parse.yacc

index 44d30f4365a1ad9513718e8276abca9b8de799be..a3082580b6a91722f0e34abe98ed48993f46a189 100644 (file)
@@ -233,7 +233,9 @@ opcmndlist  :       opcmnd
                |       opcmndlist ',' opcmnd
                ;
 
-opcmnd         :  cmnd { runas_matches = TRUE; } 
+opcmnd         :       cmnd {
+                           runas_matches = TRUE;
+                       } 
                |       '!' {
                            if (printmatches == TRUE && host_matches == TRUE
                                && user_matches == TRUE) {