From f4f2d9a8fc3b27d1cb37a52cece4a41842151c99 Mon Sep 17 00:00:00 2001 From: Alexander Bluhm Date: Sun, 16 Oct 2016 22:12:51 +0000 Subject: Fix trailing whitespace and shorten long lines. No binary change. --- usr.sbin/syslogd/privsep.c | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'usr.sbin/syslogd/privsep.c') diff --git a/usr.sbin/syslogd/privsep.c b/usr.sbin/syslogd/privsep.c index 305808c3bb2..c2f6d883b28 100644 --- a/usr.sbin/syslogd/privsep.c +++ b/usr.sbin/syslogd/privsep.c @@ -1,4 +1,4 @@ -/* $OpenBSD: privsep.c,v 1.63 2016/10/16 22:00:14 bluhm Exp $ */ +/* $OpenBSD: privsep.c,v 1.64 2016/10/16 22:12:50 bluhm Exp $ */ /* * Copyright (c) 2003 Anil Madhavapeddy @@ -67,7 +67,7 @@ enum cmd_types { PRIV_CONFIG_MODIFIED, /* check if config file has been modified */ PRIV_GETADDRINFO, /* resolve host/service names */ PRIV_GETNAMEINFO, /* resolve numeric address into hostname */ - PRIV_DONE_CONFIG_PARSE /* signal that the initial config parse is done */ + PRIV_DONE_CONFIG_PARSE /* signal that initial config parse is done */ }; static int priv_fd = -1; -- cgit v1.2.3