]> granicus.if.org Git - apache/commitdiff
Silence a sparse warning about inconsistent indenting
authorChristophe Jaillet <jailletc36@apache.org>
Mon, 31 Aug 2015 19:56:47 +0000 (19:56 +0000)
committerChristophe Jaillet <jailletc36@apache.org>
Mon, 31 Aug 2015 19:56:47 +0000 (19:56 +0000)
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@1700322 13f79535-47bb-0310-9956-ffa450edef68

support/passwd_common.c

index 343fa7906431821913e34b20f3ce70bca42e3926..113236c39928492787dc7dffacc554dd887edeb4 100644 (file)
@@ -99,9 +99,9 @@ static int generate_salt(char *s, size_t size, const char **errstr,
         size--;
         val >>= 6;
         bits -= 6;
-   }
-   *s = '\0';
-   return 0;
+    }
+    *s = '\0';
+    return 0;
 }
 
 void putline(apr_file_t *f, const char *l)