summaryrefslogtreecommitdiffstats
path: root/chpass/util.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/util.c
parentb894ea8e082c419b09512dbd999c3afe4eebadaf (diff)
downloadpw-darwin-8aca021104e452054c4f80ccd619ee2b0a62ccd0.tar.gz
pw-darwin-8aca021104e452054c4f80ccd619ee2b0a62ccd0.tar.zst
pw-darwin-8aca021104e452054c4f80ccd619ee2b0a62ccd0.zip
Remove trailing whitespace.
Diffstat (limited to 'chpass/util.c')
-rw-r--r--chpass/util.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/chpass/util.c b/chpass/util.c
index ec4cc1f..03c7677 100644
--- a/chpass/util.c
+++ b/chpass/util.c
@@ -71,7 +71,7 @@ ttoa(tval)
else
*tbuf = '\0';
return (tbuf);
-}
+}
int
atot(p, store)