summaryrefslogtreecommitdiff
path: root/tests/test-idpriv-droptemp.c
diff options
context:
space:
mode:
authorBruno Haible <bruno@clisp.org>2010-03-25 07:48:14 +0100
committerBruno Haible <bruno@clisp.org>2010-03-25 07:48:14 +0100
commitaeb898d88cddc17cefc7738940b4917e9ee27933 (patch)
treeae514cb8789f65af85031f2b7ae2d283d2133571 /tests/test-idpriv-droptemp.c
parent4ffe8b817bffb608db5d8342fa81824aed191ba6 (diff)
downloadgnulib-aeb898d88cddc17cefc7738940b4917e9ee27933.tar.gz
Minor formatting changes.
Diffstat (limited to 'tests/test-idpriv-droptemp.c')
-rw-r--r--tests/test-idpriv-droptemp.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/tests/test-idpriv-droptemp.c b/tests/test-idpriv-droptemp.c
index eff1b247dc..7a3a91dc44 100644
--- a/tests/test-idpriv-droptemp.c
+++ b/tests/test-idpriv-droptemp.c
@@ -38,7 +38,7 @@ show_uids ()
(int) real, (int) effective, (int) saved);
#elif HAVE_GETEUID
printf ("uids: real=%d effective=%d",
- (int) getuid (), (int) geteuid());
+ (int) getuid (), (int) geteuid ());
#elif HAVE_GETUID
printf ("uids: real=%d",
(int) getuid ());
@@ -57,7 +57,7 @@ show_gids ()
(int) real, (int) effective, (int) saved);
#elif HAVE_GETEGID
printf ("gids: real=%d effective=%d",
- (int) getgid (), (int) getegid());
+ (int) getgid (), (int) getegid ());
#elif HAVE_GETGID
printf ("gids: real=%d",
(int) getgid ());