From 6917c26a7a488d00961476f450f94f5a7163a854 Mon Sep 17 00:00:00 2001 From: nobu Date: Tue, 8 Mar 2011 14:40:03 +0000 Subject: * process.c (get_sc_ngroups_max): fix indent. git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@31068 b2dd03c8-39d4-4d8f-98ff-823fe69b080e --- process.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'process.c') diff --git a/process.c b/process.c index ebaa0239b7..08a0258c13 100644 --- a/process.c +++ b/process.c @@ -4553,7 +4553,7 @@ static int get_sc_ngroups_max(void) #elif defined(NGROUPS_MAX) return (int)NGROUPS_MAX; #else - return 32; + return 32; #endif } static int maxgroups(void) -- cgit v1.2.3