mirror of
https://github.com/moparisthebest/wget
synced 2024-07-03 16:38:41 -04:00
[svn] Fix indentation.
This commit is contained in:
parent
0d42b49e30
commit
dee64b0b16
@ -395,7 +395,7 @@ sufmatch (const char **list, const char *what)
|
|||||||
for (i = 0; list[i]; i++)
|
for (i = 0; list[i]; i++)
|
||||||
{
|
{
|
||||||
for (j = strlen (list[i]), k = lw; j >= 0 && k >= 0; j--, k--)
|
for (j = strlen (list[i]), k = lw; j >= 0 && k >= 0; j--, k--)
|
||||||
if (tolower (list[i][j]) != tolower (what[k]))
|
if (TOLOWER (list[i][j]) != TOLOWER (what[k]))
|
||||||
break;
|
break;
|
||||||
/* The domain must be first to reach to beginning. */
|
/* The domain must be first to reach to beginning. */
|
||||||
if (j == -1)
|
if (j == -1)
|
||||||
|
Loading…
Reference in New Issue
Block a user