aboutsummaryrefslogtreecommitdiffstats
path: root/g10/gpg.c
diff options
context:
space:
mode:
Diffstat (limited to 'g10/gpg.c')
-rw-r--r--g10/gpg.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/g10/gpg.c b/g10/gpg.c
index d91f46609..ded952e07 100644
--- a/g10/gpg.c
+++ b/g10/gpg.c
@@ -2012,7 +2012,7 @@ main (int argc, char **argv )
#if defined(HAVE_GETUID) && defined(HAVE_GETEUID)
/* There should be no way to get to this spot while still carrying
setuid privs. Just in case, bomb out if we are. */
- if(getuid()!=geteuid())
+ if ( getuid () != geteuid () )
BUG();
#endif