]> granicus.if.org Git - sudo/commitdiff
regen
authorTodd C. Miller <Todd.Miller@courtesan.com>
Sun, 6 Jun 2004 23:58:35 +0000 (23:58 +0000)
committerTodd C. Miller <Todd.Miller@courtesan.com>
Sun, 6 Jun 2004 23:58:35 +0000 (23:58 +0000)
sudo.tab.c

index a01765648c43a4a8494a577583336ec757358c37..f434fc2640e0ca3acee6bab39a3ecf8072263976 100644 (file)
@@ -827,7 +827,7 @@ dumpaliases()
 void
 list_matches()
 {
-    size_t count; 
+    size_t count;
     char *p;
     struct generic_alias *ga, key;
 
@@ -1012,8 +1012,8 @@ init_parser()
        match = NULL;
        top = 0;
        parse_error = FALSE;
-       errorlineno = -1;   
-       sudolineno = 1;     
+       errorlineno = -1;
+       sudolineno = 1;
     }
 
     /* Allocate space for the matching stack. */