summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorRodney W. Grimes <rgrimes@FreeBSD.org>1995-05-30 03:57:47 +0000
committerRodney W. Grimes <rgrimes@FreeBSD.org>1995-05-30 03:57:47 +0000
commitb894ea8e082c419b09512dbd999c3afe4eebadaf (patch)
tree26c167db52e5098d76d05349e0cc029b35edf129
parente2d544440d32098894c20d83509b6e724fc543c0 (diff)
downloadpw-darwin-b894ea8e082c419b09512dbd999c3afe4eebadaf.tar.gz
pw-darwin-b894ea8e082c419b09512dbd999c3afe4eebadaf.tar.zst
pw-darwin-b894ea8e082c419b09512dbd999c3afe4eebadaf.zip
Remove trailing whitespace.
-rw-r--r--libc/gen/pw_scan.c2
-rw-r--r--libutil/pw_util.c4
2 files changed, 3 insertions, 3 deletions
diff --git a/libc/gen/pw_scan.c b/libc/gen/pw_scan.c
index 602006e..9d280f7 100644
--- a/libc/gen/pw_scan.c
+++ b/libc/gen/pw_scan.c
@@ -129,7 +129,7 @@ pw_scan(bp, pw)
break;
}
if (!strcmp(p, sh))
- break;
+ break;
}
if(p[0]) pw->pw_fields |= _PWF_SHELL;
diff --git a/libutil/pw_util.c b/libutil/pw_util.c
index c851fcb..8dd4e4c 100644
--- a/libutil/pw_util.c
+++ b/libutil/pw_util.c
@@ -105,7 +105,7 @@ pw_init()
int
pw_lock()
{
- /*
+ /*
* If the master password file doesn't exist, the system is hosed.
* Might as well try to build one. Set the close-on-exec bit so
* that users can't get at the encrypted passwords while editing.
@@ -167,7 +167,7 @@ pw_edit(notsetuid)
editor = _PATH_VI;
if (p = strrchr(editor, '/'))
++p;
- else
+ else
p = editor;
if (!(editpid = vfork())) {