aboutsummaryrefslogtreecommitdiff
path: root/usr.bin/id/id.c
diff options
context:
space:
mode:
authorRodney W. Grimes <rgrimes@FreeBSD.org>1995-05-30 06:41:30 +0000
committerRodney W. Grimes <rgrimes@FreeBSD.org>1995-05-30 06:41:30 +0000
commit7799f52a32f592a7efe259bc3411ba52d13db797 (patch)
tree350f6f98843363254f9afe467ae0c92d5a9d7f43 /usr.bin/id/id.c
parent5ebc7e6281887681c3a348a5a4c902e262ccd656 (diff)
downloadsrc-7799f52a32f592a7efe259bc3411ba52d13db797.tar.gz
src-7799f52a32f592a7efe259bc3411ba52d13db797.zip
Remove trailing whitespace.
Notes
Notes: svn path=/head/; revision=8874
Diffstat (limited to 'usr.bin/id/id.c')
-rw-r--r--usr.bin/id/id.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/usr.bin/id/id.c b/usr.bin/id/id.c
index a2d6ea64d37e..9b306ce4d114 100644
--- a/usr.bin/id/id.c
+++ b/usr.bin/id/id.c
@@ -168,7 +168,7 @@ pretty(pw)
(void)printf("uid\t%s\n", pw->pw_name);
else
(void)printf("uid\t%u\n", rid);
-
+
if ((eid = geteuid()) != rid)
if (pw = getpwuid(eid))
(void)printf("euid\t%s", pw->pw_name);