summaryrefslogtreecommitdiff
path: root/getgroups.c
diff options
context:
space:
mode:
Diffstat (limited to 'getgroups.c')
-rw-r--r--getgroups.c3
1 files changed, 2 insertions, 1 deletions
diff --git a/getgroups.c b/getgroups.c
index 78e2a88f..b3202c3b 100644
--- a/getgroups.c
+++ b/getgroups.c
@@ -31,7 +31,8 @@
# define NGROUPS 32
#endif
-int main(UNUSED(int argc), UNUSED(char *argv[]))
+int
+main(UNUSED(int argc), UNUSED(char *argv[]))
{
int n, i;
gid_t list[NGROUPS];