mirror of
https://github.com/yarrick/iodine.git
synced 2024-11-08 02:19:18 +02:00
Formatting
This commit is contained in:
parent
6033e2db91
commit
e2c8ac3985
|
@ -1270,7 +1270,7 @@ main(int argc, char **argv)
|
|||
/* NOTREACHED */
|
||||
}
|
||||
|
||||
if(strlen(topdomain) <= 128) {
|
||||
if (strlen(topdomain) <= 128) {
|
||||
if(check_topdomain(topdomain)) {
|
||||
warnx("Topdomain contains invalid characters.\n");
|
||||
usage();
|
||||
|
|
Loading…
Reference in New Issue