Kouhei Sutou
null+****@clear*****
Mon Jun 8 21:16:28 JST 2015
Kouhei Sutou 2015-06-08 21:16:28 +0900 (Mon, 08 Jun 2015) New Revision: 0bf0ad00402fce836c0d1ae2e8c2686403690657 https://github.com/groonga/groonga/commit/0bf0ad00402fce836c0d1ae2e8c2686403690657 Message: Indent Modified files: src/grnslap.c src/groonga_benchmark.c Modified: src/grnslap.c (+2 -2) =================================================================== --- src/grnslap.c 2015-06-08 21:15:27 +0900 (4e03965) +++ src/grnslap.c 2015-06-08 21:16:28 +0900 (a5095a7) @@ -21,10 +21,10 @@ #include <string.h> #include <stdio.h> #ifdef HAVE_SYS_WAIT_H -#include <sys/wait.h> +# include <sys/wait.h> #endif /* HAVE_SYS_WAIT_H */ #ifndef WIN32 -#include <netinet/in.h> +# include <netinet/in.h> #endif /* WIN32 */ #define DEFAULT_PORT 10041 Modified: src/groonga_benchmark.c (+3 -3) =================================================================== --- src/groonga_benchmark.c 2015-06-08 21:15:27 +0900 (edff5f2) +++ src/groonga_benchmark.c 2015-06-08 21:16:28 +0900 (32438bf) @@ -28,13 +28,13 @@ #include <sys/stat.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 */ #ifndef WIN32 -#include <netinet/in.h> +# include <netinet/in.h> #endif /* WIN32 */ #include <grn_str.h> -------------- next part -------------- HTML����������������������������...Download