]> git.kaiwu.me - nginx.git/commitdiff
Style.
authorMaxim Dounin <mdounin@mdounin.ru>
Mon, 25 Jun 2012 18:09:38 +0000 (18:09 +0000)
committerMaxim Dounin <mdounin@mdounin.ru>
Mon, 25 Jun 2012 18:09:38 +0000 (18:09 +0000)
src/os/win32/ngx_files.c

index 11d9c35acdae81483f9049d6e37cfffcc1fda6ea..ee846cdf3d2f0ce6b90f8a3f568f8af26a6be422 100644 (file)
@@ -722,7 +722,7 @@ ngx_win32_check_filename(u_char *name, u_short *u, size_t len)
             if (ch == ':') {
                 goto invalid;
             }
-       
+
             if (ch == '.' || ch == ' ') {
                 break;
             }