mirror of
https://github.com/yarrick/iodine.git
synced 2024-11-10 18:33:19 +00:00
Formatting: Space between 'for' and parenthesis
This commit is contained in:
parent
19d0d1be64
commit
15f12d0693
|
@ -352,7 +352,7 @@ check_topdomain(char *str, char **errormsg)
|
|||
return 1;
|
||||
}
|
||||
|
||||
for( i = 0; i < strlen(str); i++) {
|
||||
for (i = 0; i < strlen(str); i++) {
|
||||
if (str[i] == '.') {
|
||||
dots++;
|
||||
if (chunklen == 0) {
|
||||
|
|
Loading…
Reference in a new issue