mirror of
https://github.com/mirror/wget.git
synced 2026-09-01 04:18:04 +08:00
[svn] Put empty for loop body on separate line.
This commit is contained in:
@@ -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)
|
||||
{
|
||||
|
||||
Reference in New Issue
Block a user