[Groonga-mysql-commit] mroonga/mroonga [master] Fix indent

Back to archive index

HAYASHI Kentaro null+****@clear*****
Thu Oct 4 15:43:05 JST 2012


HAYASHI Kentaro	2012-10-04 15:43:05 +0900 (Thu, 04 Oct 2012)

  New Revision: aaf06dc40bf250d58e60b93c6e45a846b69c750b
  https://github.com/mroonga/mroonga/commit/aaf06dc40bf250d58e60b93c6e45a846b69c750b

  Log:
    Fix indent

  Modified files:
    ha_mroonga.cpp

  Modified: ha_mroonga.cpp (+2 -2)
===================================================================
--- ha_mroonga.cpp    2012-10-04 15:23:02 +0900 (e12bc1c)
+++ ha_mroonga.cpp    2012-10-04 15:43:05 +0900 (6ad5912)
@@ -41,12 +41,12 @@
 #ifndef WIN32
 #  include <dirent.h>
 #  include <unistd.h>
-#define MRN_MKDIR(pathname, mode) mkdir((pathname), (mode))
+#  define MRN_MKDIR(pathname, mode) mkdir((pathname), (mode))
 #else
 #  include <math.h>
 inline double round(double x) { return (floor(x + 0.5)); }
 #  include <direct.h>
-#define MRN_MKDIR(pathname, mode) _mkdir((pathname))
+#  define MRN_MKDIR(pathname, mode) _mkdir((pathname))
 #endif
 
 #include "mrn_err.h"
-------------- next part --------------
HTML����������������������������...
Download 



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