summaryrefslogtreecommitdiffstats
path: root/chpass/chpass.c
diff options
context:
space:
mode:
authorRodney W. Grimes <rgrimes@FreeBSD.org>1995-05-30 06:41:30 +0000
committerRodney W. Grimes <rgrimes@FreeBSD.org>1995-05-30 06:41:30 +0000
commit8aca021104e452054c4f80ccd619ee2b0a62ccd0 (patch)
tree0120a2ddb2ce137d6e48ea88d29a1f29d61afc2c /chpass/chpass.c
parentb894ea8e082c419b09512dbd999c3afe4eebadaf (diff)
downloadpw-darwin-8aca021104e452054c4f80ccd619ee2b0a62ccd0.tar.gz
pw-darwin-8aca021104e452054c4f80ccd619ee2b0a62ccd0.tar.zst
pw-darwin-8aca021104e452054c4f80ccd619ee2b0a62ccd0.zip
Remove trailing whitespace.
Diffstat (limited to 'chpass/chpass.c')
-rw-r--r--chpass/chpass.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/chpass/chpass.c b/chpass/chpass.c
index f101101..086413d 100644
--- a/chpass/chpass.c
+++ b/chpass/chpass.c
@@ -40,7 +40,7 @@ static char copyright[] =
#ifndef lint
static char sccsid[] = "From: @(#)chpass.c 8.4 (Berkeley) 4/2/94";
static char rcsid[] =
- "$Id$";
+ "$Id: chpass.c,v 1.2 1995/01/14 23:14:25 wollman Exp $";
#endif /* not lint */
#include <sys/param.h>
@@ -184,7 +184,7 @@ main(argc, argv)
(void)unlink(tempname);
tfd = pw_tmp();
}
-
+
pw_copy(pfd, tfd, pw);
if (!pw_mkdb())