summaryrefslogtreecommitdiff
path: root/dhcpctl/cltest.c
diff options
context:
space:
mode:
authorTomek Mrugalski <tomek@isc.org>2022-01-19 20:14:16 +0100
committerTomek Mrugalski <tomek@isc.org>2022-01-20 12:04:28 +0100
commitf6b8f48d1665c4487dedbcfa4dca435a0d67ddeb (patch)
tree19926f31f56890bc8c7f5d3bc5b2e2c16b96794e /dhcpctl/cltest.c
parent429a56d73c0f9f2edf400fd6313850a3ce4fd809 (diff)
downloadisc-dhcp-f6b8f48d1665c4487dedbcfa4dca435a0d67ddeb.tar.gz
[#189] Whitespace fixes in opened files
Diffstat (limited to 'dhcpctl/cltest.c')
-rw-r--r--dhcpctl/cltest.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/dhcpctl/cltest.c b/dhcpctl/cltest.c
index 0e180dde..ea03d3b3 100644
--- a/dhcpctl/cltest.c
+++ b/dhcpctl/cltest.c
@@ -99,7 +99,7 @@ int main (argc, argv)
int mode = undefined;
const char *interface = 0;
const char *action;
-
+
for (i = 1; i < argc; i++) {
if (!strcmp (argv[i], "-u")) {
mode = up;