artulab
projects
/
openbsd
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
fce33b2
)
whitespace; spotted by kn
author
florian
<florian@openbsd.org>
Sat, 25 Nov 2023 13:00:05 +0000
(13:00 +0000)
committer
florian
<florian@openbsd.org>
Sat, 25 Nov 2023 13:00:05 +0000
(13:00 +0000)
sbin/dhcpleased/printconf.c
patch
|
blob
|
history
diff --git
a/sbin/dhcpleased/printconf.c
b/sbin/dhcpleased/printconf.c
index
0ef3970
..
50b9dc7
100644
(file)
--- a/
sbin/dhcpleased/printconf.c
+++ b/
sbin/dhcpleased/printconf.c
@@
-1,4
+1,4
@@
-/* $OpenBSD: printconf.c,v 1.
5 2023/11/25 12:00:39
florian Exp $ */
+/* $OpenBSD: printconf.c,v 1.
6 2023/11/25 13:00:05
florian Exp $ */
/*
* Copyright (c) 2018 Florian Obser <florian@openbsd.org>
@@
-127,7
+127,7
@@
print_config(struct dhcpleased_conf *conf)
}
if (iface->prefer_ipv6)
- printf("\t
prefer ipv6\n");
+ printf("\tprefer ipv6\n");
printf("}\n");
}
}