Kouhei Sutou
null+****@clear*****
Sun May 3 12:33:33 JST 2015
Kouhei Sutou 2015-05-03 12:33:33 +0900 (Sun, 03 May 2015) New Revision: 58b3f3797c85dc482b3d3389ae8440ad02e3367a https://github.com/groonga/groonga/commit/58b3f3797c85dc482b3d3389ae8440ad02e3367a Message: Fix indent size Modified files: lib/com.c Modified: lib/com.c (+13 -13) =================================================================== --- lib/com.c 2015-05-03 12:11:30 +0900 (eb1cacf) +++ lib/com.c 2015-05-03 12:33:33 +0900 (7023e61) @@ -22,20 +22,20 @@ #include "grn_ctx_impl.h" #ifdef WIN32 -# include <ws2tcpip.h> +# include <ws2tcpip.h> #else -# ifdef HAVE_SYS_SOCKET_H -# include <sys/socket.h> -# endif /* HAVE_SYS_SOCKET_H */ -# ifdef HAVE_NETINET_IN_H -# include <netinet/in.h> -# endif /* HAVE_NETINET_IN_H */ -# ifdef HAVE_NETINET_TCP_H -# include <netinet/tcp.h> -# endif /* HAVE_NETINET_TCP_H */ -# ifdef HAVE_SIGNAL_H -# include <signal.h> -# endif /* HAVE_SIGNAL_H */ +# ifdef HAVE_SYS_SOCKET_H +# include <sys/socket.h> +# endif /* HAVE_SYS_SOCKET_H */ +# ifdef HAVE_NETINET_IN_H +# include <netinet/in.h> +# endif /* HAVE_NETINET_IN_H */ +# ifdef HAVE_NETINET_TCP_H +# include <netinet/tcp.h> +# endif /* HAVE_NETINET_TCP_H */ +# ifdef HAVE_SIGNAL_H +# include <signal.h> +# endif /* HAVE_SIGNAL_H */ #endif /* WIN32 */ #include "grn_ctx.h" -------------- next part -------------- HTML����������������������������...下載