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