From 150b25198e37444f99310a2cef29730fd57dda89 Mon Sep 17 00:00:00 2001 From: enami Date: Sat, 10 Jul 2004 07:11:38 +0000 Subject: [PATCH] Whitespace nits. --- libexec/comsat/comsat.c | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/libexec/comsat/comsat.c b/libexec/comsat/comsat.c index 1bf1532156b4..42dcd742c9be 100644 --- a/libexec/comsat/comsat.c +++ b/libexec/comsat/comsat.c @@ -1,4 +1,4 @@ -/* $NetBSD: comsat.c,v 1.30 2004/07/10 07:10:43 enami Exp $ */ +/* $NetBSD: comsat.c,v 1.31 2004/07/10 07:11:38 enami Exp $ */ /* * Copyright (c) 1980, 1993 @@ -36,7 +36,7 @@ __COPYRIGHT("@(#) Copyright (c) 1980, 1993\n\ #if 0 static char sccsid[] = "from: @(#)comsat.c 8.1 (Berkeley) 6/4/93"; #else -__RCSID("$NetBSD: comsat.c,v 1.30 2004/07/10 07:10:43 enami Exp $"); +__RCSID("$NetBSD: comsat.c,v 1.31 2004/07/10 07:11:38 enami Exp $"); #endif #endif /* not lint */ @@ -82,7 +82,7 @@ __RCSID("$NetBSD: comsat.c,v 1.30 2004/07/10 07:10:43 enami Exp $"); static int logging; static int debug = 0; -static char hostname[MAXHOSTNAMELEN+1]; +static char hostname[MAXHOSTNAMELEN + 1]; static time_t utmpmtime; /* last modification time for utmp/x */ static int nutmp; static struct utmpentry *utmp = NULL; @@ -222,7 +222,7 @@ mailfor(const char *name) */ char maildir[MAXPATHLEN]; int l = snprintf(maildir, sizeof(maildir), ":%s/%s", - _PATH_MAILDIR, name); + _PATH_MAILDIR, name); if (l > sizeof(maildir) || strcmp(maildir, fn) != 0) return; }