[前][次][番号順一覧][スレッド一覧]

ruby-changes:19030

From: nobu <ko1@a...>
Date: Tue, 8 Mar 2011 23:40:09 +0900 (JST)
Subject: [ruby-changes:19030] Ruby:r31068 (trunk): * process.c (get_sc_ngroups_max): fix indent.

nobu	2011-03-08 23:40:03 +0900 (Tue, 08 Mar 2011)

  New Revision: 31068

  http://svn.ruby-lang.org/cgi-bin/viewvc.cgi?view=rev&revision=31068

  Log:
    * process.c (get_sc_ngroups_max): fix indent.

  Modified files:
    trunk/process.c

Index: process.c
===================================================================
--- process.c	(revision 31067)
+++ process.c	(revision 31068)
@@ -4553,7 +4553,7 @@
 #elif defined(NGROUPS_MAX)
     return (int)NGROUPS_MAX;
 #else
-	return 32;
+    return 32;
 #endif
 }
 static int maxgroups(void)

--
ML: ruby-changes@q...
Info: http://www.atdot.net/~ko1/quickml/

[前][次][番号順一覧][スレッド一覧]