From 4f960dd75f181e9fa2edc44324f15f0ab5c64b37 Mon Sep 17 00:00:00 2001 From: rgrimes Date: Tue, 30 May 1995 03:57:47 +0000 Subject: Remove trailing whitespace. --- usr.sbin/vipw/pw_util.c | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'usr.sbin/vipw/pw_util.c') diff --git a/usr.sbin/vipw/pw_util.c b/usr.sbin/vipw/pw_util.c index c851fcb..8dd4e4c5 100644 --- a/usr.sbin/vipw/pw_util.c +++ b/usr.sbin/vipw/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())) { -- cgit v1.1