]> sjero.net Git - wget/commitdiff
[svn] Put empty for loop body on separate line.
authorhniksic <devnull@localhost>
Thu, 7 Jul 2005 15:28:34 +0000 (08:28 -0700)
committerhniksic <devnull@localhost>
Thu, 7 Jul 2005 15:28:34 +0000 (08:28 -0700)
src/cmpt.c

index 7718d2b4eca0860954cb6a4554dfcb34a1b35045..de14657ec887c277d7f5643d636dbc5ca5bed347 100644 (file)
@@ -1133,7 +1133,8 @@ fnmatch (const char *pattern, const char *string, int flags)
            {
              register const char *np;
 
-             for (np = p; np && *np && *np != ']'; np++);
+             for (np = p; np && *np && *np != ']'; np++)
+               ;
 
              if (np && !*np)
                {