[Groonga-commit] groonga/groonga [master] Fix indent in macro

Back to archive index

null+****@clear***** null+****@clear*****
2012年 5月 23日 (水) 17:09:28 JST


Kouhei Sutou	2012-05-23 17:09:28 +0900 (Wed, 23 May 2012)

  New Revision: dccb9c310992d77187516966ae1acd8211864219

  Log:
    Fix indent in macro

  Modified files:
    src/groonga.c

  Modified: src/groonga.c (+10 -10)
===================================================================
--- src/groonga.c    2012-05-23 17:04:21 +0900 (a340c95)
+++ src/groonga.c    2012-05-23 17:09:28 +0900 (d357332)
@@ -17,7 +17,7 @@
 */
 
 #ifdef WIN32
-#define GROONGA_MAIN
+# define GROONGA_MAIN
 #endif /* WIN32 */
 #include "lib/groonga_in.h"
 
@@ -31,28 +31,28 @@
 #include <ctype.h>
 #include <fcntl.h>
 #ifdef HAVE_SYS_WAIT_H
-#include <sys/wait.h>
+# include <sys/wait.h>
 #endif /* HAVE_SYS_WAIT_H */
 #ifdef HAVE_SYS_SOCKET_H
-#include <sys/socket.h>
+# include <sys/socket.h>
 #endif /* HAVE_SYS_SOCKET_H */
 #ifdef HAVE_NETINET_IN_H
-#include <netinet/in.h>
+# include <netinet/in.h>
 #endif /* HAVE_NETINET_IN_H */
 
 #ifdef HAVE_SYS_RESOURCE_H
-#include <sys/resource.h>
+# include <sys/resource.h>
 #endif /* HAVE_SYS_RESOURCE_H */
 
 #ifdef HAVE_SYS_SYSCTL_H
-#include <sys/sysctl.h>
+# include <sys/sysctl.h>
 #endif /* HAVE_SYS_SYSCTL_H */
 
 #ifndef USE_MSG_NOSIGNAL
-#  ifdef MSG_NOSIGNAL
-#    undef MSG_NOSIGNAL
-#  endif
-#  define MSG_NOSIGNAL 0
+# ifdef MSG_NOSIGNAL
+#  undef MSG_NOSIGNAL
+# endif
+# define MSG_NOSIGNAL 0
 #endif /* USE_MSG_NOSIGNAL */
 
 #define DEFAULT_PORT 10041




Groonga-commit メーリングリストの案内
Back to archive index