mirror of
https://git.FreeBSD.org/src.git
synced 2024-12-03 09:00:21 +00:00
style(9) requires a space here.
This commit is contained in:
parent
e5763f0069
commit
006bf8a619
Notes:
svn2git
2020-12-20 02:59:44 +00:00
svn path=/head/; revision=286611
@ -123,7 +123,7 @@ main(int argc, char *argv[])
|
||||
sin.sin_addr.s_addr = htonl(INADDR_LOOPBACK);
|
||||
|
||||
while ((c = getopt(argc, argv, "h:d:")) != -1)
|
||||
switch(c) {
|
||||
switch (c) {
|
||||
case 'd':
|
||||
domainname = optarg;
|
||||
break;
|
||||
|
Loading…
Reference in New Issue
Block a user