]> andersk Git - moira.git/commitdiff
Fix impressively unimportant whitespace issues
authorzacheiss <zacheiss>
Wed, 22 Mar 2000 23:04:14 +0000 (23:04 +0000)
committerzacheiss <zacheiss>
Wed, 22 Mar 2000 23:04:14 +0000 (23:04 +0000)
clients/moira/user.c

index 827544d746c0d0b39ca9bfb33937f10d827cc2bb..ebbcb97a94cc2703e28ca8cd7f3a764f786e5b0a 100644 (file)
@@ -556,11 +556,10 @@ int RegisterUser(int argc, char **argv)
   char *args[MAX_ARGS_SIZE];
   char *login, *potype = NULL;
   char temp_buf[BUFSIZ];
-  int status;
+  int status, i;
 
-  int i;
   for (i = 0; i < MAX_ARGS_SIZE; i++)
-         args[i] = NULL;
+    args[i] = NULL;
 
   Put_message("This function has NO kerberos support, so strange things");
   Put_message("may happen if you use it to register a user.");
This page took 1.311159 seconds and 5 git commands to generate.