From 5b9abdb75bdbc45ac71425d47a9264bbeb416fc6 Mon Sep 17 00:00:00 2001 From: Kenneth R Westerback Date: Thu, 17 Jan 2019 23:36:21 +0000 Subject: Split a long line that wandered into the crosshairs. --- sbin/dhclient/dhclient.c | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to 'sbin') 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 @@ -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(); -- cgit v1.2.3