diff options
author | 2005-11-14 15:30:34 +0000 | |
---|---|---|
committer | 2005-11-14 15:30:34 +0000 | |
commit | e9303aede083ccaabfedb646fc81b118845bed32 (patch) | |
tree | 569a6d363ac2d26266841d2a7373bbcdc316d7ec | |
parent | regen (diff) | |
download | wireguard-openbsd-e9303aede083ccaabfedb646fc81b118845bed32.tar.xz wireguard-openbsd-e9303aede083ccaabfedb646fc81b118845bed32.zip |
spacing
-rw-r--r-- | usr.bin/from/from.c | 12 |
1 files changed, 6 insertions, 6 deletions
diff --git a/usr.bin/from/from.c b/usr.bin/from/from.c index 16ba4f7cab7..1abe3203c97 100644 --- a/usr.bin/from/from.c +++ b/usr.bin/from/from.c @@ -1,4 +1,4 @@ -/* $OpenBSD: from.c,v 1.10 2003/06/10 22:20:46 deraadt Exp $ */ +/* $OpenBSD: from.c,v 1.11 2005/11/14 15:30:34 deraadt Exp $ */ /* $NetBSD: from.c,v 1.6 1995/09/01 01:39:10 jtc Exp $ */ /* @@ -40,7 +40,7 @@ static char copyright[] = #if 0 static char sccsid[] = "@(#)from.c 8.1 (Berkeley) 6/6/93"; #endif -static char rcsid[] = "$OpenBSD: from.c,v 1.10 2003/06/10 22:20:46 deraadt Exp $"; +static char rcsid[] = "$OpenBSD: from.c,v 1.11 2005/11/14 15:30:34 deraadt Exp $"; #endif /* not lint */ #include <sys/types.h> @@ -102,16 +102,16 @@ main(int argc, char *argv[]) errx(1, "no password file entry for you"); if ((file = getenv("USER"))) { (void)snprintf(buf, sizeof(buf), - "%s/%s", _PATH_MAILDIR, file); + "%s/%s", _PATH_MAILDIR, file); file = buf; } else (void)snprintf(file = buf, sizeof(buf), - "%s/%s", _PATH_MAILDIR, - pwd->pw_name); + "%s/%s", _PATH_MAILDIR, + pwd->pw_name); } } else { (void)snprintf(buf, sizeof(buf), "%s/%s", - _PATH_MAILDIR, file); + _PATH_MAILDIR, file); file = buf; } } |