[Groonga-commit] groonga/groonga at e6a2ecb [master] Indent

Back to archive index

Kouhei Sutou null+****@clear*****
Mon Dec 29 13:05:06 JST 2014


Kouhei Sutou	2014-12-29 13:05:06 +0900 (Mon, 29 Dec 2014)

  New Revision: e6a2ecbb01e12528fa1d85ac6f3ab3de93f90f07
  https://github.com/groonga/groonga/commit/e6a2ecbb01e12528fa1d85ac6f3ab3de93f90f07

  Message:
    Indent

  Modified files:
    lib/grn_io.h

  Modified: lib/grn_io.h (+10 -10)
===================================================================
--- lib/grn_io.h    2014-12-28 23:45:05 +0900 (fcf1174)
+++ lib/grn_io.h    2014-12-29 13:05:06 +0900 (a85016f)
@@ -25,17 +25,17 @@ extern "C" {
 #endif
 
 #ifdef WIN32
-#ifdef WIN32_FMO_EACH
-#define GRN_IO_FILE_SIZE  1073741824UL
-#else /* FMO_EACH */
-#define GRN_IO_FILE_SIZE  134217728L
-#endif /* FMO_EACH */
-#define GRN_IO_COPY       grn_io_rdonly
-#define GRN_IO_UPDATE     grn_io_wronly
+# ifdef WIN32_FMO_EACH
+#  define GRN_IO_FILE_SIZE  1073741824UL
+# else /* FMO_EACH */
+#  define GRN_IO_FILE_SIZE  134217728L
+# endif /* FMO_EACH */
+# define GRN_IO_COPY       grn_io_rdonly
+# define GRN_IO_UPDATE     grn_io_wronly
 #else /* WIN32 */
-#define GRN_IO_FILE_SIZE  1073741824UL
-#define GRN_IO_COPY       grn_io_rdwr
-#define GRN_IO_UPDATE     grn_io_rdwr
+# define GRN_IO_FILE_SIZE  1073741824UL
+# define GRN_IO_COPY       grn_io_rdwr
+# define GRN_IO_UPDATE     grn_io_rdwr
 #endif /* WIN32 */
 
 typedef enum {
-------------- next part --------------
HTML����������������������������...
Download 



More information about the Groonga-commit mailing list
Back to archive index