[Pkg-shadow-commits] r2192 - upstream/trunk/libmisc
nekral-guest at alioth.debian.org
nekral-guest at alioth.debian.org
Tue Jun 17 21:17:46 UTC 2008
Author: nekral-guest
Date: 2008-06-17 21:17:45 +0000 (Tue, 17 Jun 2008)
New Revision: 2192
Modified:
upstream/trunk/libmisc/myname.c
Log:
Re-indent.
Modified: upstream/trunk/libmisc/myname.c
===================================================================
--- upstream/trunk/libmisc/myname.c 2008-06-17 21:13:30 UTC (rev 2191)
+++ upstream/trunk/libmisc/myname.c 2008-06-17 21:17:45 UTC (rev 2192)
@@ -57,7 +57,7 @@
* 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;
More information about the Pkg-shadow-commits
mailing list