aboutsummaryrefslogtreecommitdiff
path: root/lib
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
commit709e8f9ae1d734c1a163c9b421df4b8153939ce7 (patch)
tree15a9c7203efd47ba6dde2896fdb6327dddd4547f /lib
parent010f5413b5781bc362fde190ec835a424ec8d28e (diff)
downloadsrc-709e8f9ae1d734c1a163c9b421df4b8153939ce7.tar.gz
src-709e8f9ae1d734c1a163c9b421df4b8153939ce7.zip
Remove trailing whitespace.
Notes
Notes: svn path=/head/; revision=8857
Diffstat (limited to 'lib')
-rw-r--r--lib/libc/gen/pw_scan.c2
-rw-r--r--lib/libutil/pw_util.c4
2 files changed, 3 insertions, 3 deletions
diff --git a/lib/libc/gen/pw_scan.c b/lib/libc/gen/pw_scan.c
index 602006e4c4dd..9d280f7ded8b 100644
--- a/lib/libc/gen/pw_scan.c
+++ b/lib/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/lib/libutil/pw_util.c b/lib/libutil/pw_util.c
index c851fcbefa87..8dd4e4c5fd0a 100644
--- a/lib/libutil/pw_util.c
+++ b/lib/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())) {