diff options
author | Joris Vink <joris@cvs.openbsd.org> | 2008-02-26 21:23:01 +0000 |
---|---|---|
committer | Joris Vink <joris@cvs.openbsd.org> | 2008-02-26 21:23:01 +0000 |
commit | 4ca942519f2c86983bf190c0227e8f6c6c3313e4 (patch) | |
tree | d2d1a5ec039f88985cac176d3c49d4af9f557a32 /usr.bin/cvs/cvs.c | |
parent | 4658bc2d07fe2cd78e5955f944e938483a3cc96c (diff) |
spacing
Diffstat (limited to 'usr.bin/cvs/cvs.c')
-rw-r--r-- | usr.bin/cvs/cvs.c | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/usr.bin/cvs/cvs.c b/usr.bin/cvs/cvs.c index b8e516acdf4..c403c21c915 100644 --- a/usr.bin/cvs/cvs.c +++ b/usr.bin/cvs/cvs.c @@ -1,4 +1,4 @@ -/* $OpenBSD: cvs.c,v 1.142 2008/02/02 19:32:28 joris Exp $ */ +/* $OpenBSD: cvs.c,v 1.143 2008/02/26 21:23:00 joris Exp $ */ /* * Copyright (c) 2006, 2007 Joris Vink <joris@openbsd.org> * Copyright (c) 2004 Jean-Francois Brousseau <jfb@openbsd.org> @@ -158,7 +158,6 @@ main(int argc, char **argv) if ((cvs_homedir = getenv("HOME")) == NULL) { if ((pw = getpwuid(getuid())) != NULL) cvs_homedir = pw->pw_dir; - } if ((envstr = getenv("TMPDIR")) != NULL) |