summaryrefslogtreecommitdiff
path: root/sbin
diff options
context:
space:
mode:
authorKenneth R Westerback <krw@cvs.openbsd.org>2019-01-17 23:36:21 +0000
committerKenneth R Westerback <krw@cvs.openbsd.org>2019-01-17 23:36:21 +0000
commit5b9abdb75bdbc45ac71425d47a9264bbeb416fc6 (patch)
treeae4f579b32069e6303f097fabcaf6bc46ed5b68d /sbin
parentb0f28b8a942a756d44b45264ddc3e5337f8dee42 (diff)
Split a long line that wandered into the
crosshairs.
Diffstat (limited to 'sbin')
-rw-r--r--sbin/dhclient/dhclient.c6
1 files changed, 3 insertions, 3 deletions
diff --git a/sbin/dhclient/dhclient.c b/sbin/dhclient/dhclient.c
index 3904338515f..e691adb5698 100644
--- a/sbin/dhclient/dhclient.c
+++ b/sbin/dhclient/dhclient.c
@@ -1,4 +1,4 @@
-/* $OpenBSD: dhclient.c,v 1.609 2019/01/17 05:17:08 krw Exp $ */
+/* $OpenBSD: dhclient.c,v 1.610 2019/01/17 23:36:20 krw Exp $ */
/*
* Copyright 2004 Henning Brauer <henning@openbsd.org>
@@ -443,8 +443,8 @@ rtm_dispatch(struct interface_info *ifi, struct rt_msghdr *rtm)
}
/*
- * Something has happened that may have granted/revoked responsibility for
- * resolv.conf.
+ * Something has happened that may have granted/revoked responsibility
+ * for resolv.conf.
*/
if (ifi->active != NULL && (ifi->flags & IFI_IN_CHARGE) != 0)
write_resolv_conf();