From 7c9270d7a555f579490d026a8fce22da03b2b506 Mon Sep 17 00:00:00 2001 From: nekral-guest Date: Tue, 17 Jun 2008 21:17:45 +0000 Subject: [PATCH] Re-indent. --- libmisc/myname.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/libmisc/myname.c b/libmisc/myname.c index bedb3144..f22f5ab3 100644 --- a/libmisc/myname.c +++ b/libmisc/myname.c @@ -57,7 +57,7 @@ struct passwd *get_my_pwent (void) * XXX - when running from su, will return the current user (not * the original user, like getlogin() does). Does this matter? */ - if ((NULL !=cp) && ('\0' != *cp)) { + if ((NULL != cp) && ('\0' != *cp)) { pw = xgetpwnam (cp); if ((NULL != pw) && (pw->pw_uid == ruid)) { return pw;