diff options
author | Theo de Raadt <deraadt@cvs.openbsd.org> | 2008-11-10 17:24:25 +0000 |
---|---|---|
committer | Theo de Raadt <deraadt@cvs.openbsd.org> | 2008-11-10 17:24:25 +0000 |
commit | 515233108504c6ddd8a05d504075f53ae04abe1c (patch) | |
tree | 305aca580657a97901b98b8c57da2a3d851ae8d4 /usr.sbin/smtpd/smtpd.c | |
parent | 143e86cf2761100a84f9e6087db2d580a14e6505 (diff) |
spaces fixed while reading code
Diffstat (limited to 'usr.sbin/smtpd/smtpd.c')
-rw-r--r-- | usr.sbin/smtpd/smtpd.c | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/usr.sbin/smtpd/smtpd.c b/usr.sbin/smtpd/smtpd.c index fbf33417620..16cbd5cc4cb 100644 --- a/usr.sbin/smtpd/smtpd.c +++ b/usr.sbin/smtpd/smtpd.c @@ -1,4 +1,4 @@ -/* $OpenBSD: smtpd.c,v 1.5 2008/11/10 03:41:53 gilles Exp $ */ +/* $OpenBSD: smtpd.c,v 1.6 2008/11/10 17:24:24 deraadt Exp $ */ /* * Copyright (c) 2008 Gilles Chehade <gilles@openbsd.org> @@ -472,7 +472,7 @@ parent_sig_handler(int sig, short event, void *p) } } while (pid > 0 || (pid == -1 && errno == EINTR)); - /**/ + /**/ break; default: fatalx("unexpected signal"); |