mirror of
https://github.com/yarrick/iodine.git
synced 2024-11-13 03:43:15 +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;
|
return 1;
|
||||||
}
|
}
|
||||||
|
|
||||||
for( i = 0; i < strlen(str); i++) {
|
for (i = 0; i < strlen(str); i++) {
|
||||||
if (str[i] == '.') {
|
if (str[i] == '.') {
|
||||||
dots++;
|
dots++;
|
||||||
if (chunklen == 0) {
|
if (chunklen == 0) {
|
||||||
|
|
Loading…
Reference in a new issue