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

Back to archive index

Kouhei Sutou null+****@clear*****
Sun Nov 2 14:24:56 JST 2014


Kouhei Sutou	2014-11-02 14:24:56 +0900 (Sun, 02 Nov 2014)

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

  Message:
    Indent

  Modified files:
    lib/mrb.c

  Modified: lib/mrb.c (+3 -3)
===================================================================
--- lib/mrb.c    2014-11-02 14:20:53 +0900 (184e177)
+++ lib/mrb.c    2014-11-02 14:24:56 +0900 (0998c75)
@@ -28,7 +28,7 @@
 #define BUFFER_SIZE 2048
 
 #ifdef GRN_WITH_MRUBY
-#ifdef WIN32
+# ifdef WIN32
 static char *win32_ruby_scripts_dir = NULL;
 static char win32_ruby_scripts_dir_buffer[PATH_MAX];
 static const char *
@@ -50,13 +50,13 @@ grn_mrb_get_system_ruby_scripts_dir(void)
   return win32_ruby_scripts_dir;
 }
 
-#else /* WIN32 */
+# else /* WIN32 */
 static const char *
 grn_mrb_get_system_ruby_scripts_dir(void)
 {
   return GRN_RUBY_SCRIPTS_DIR;
 }
-#endif /* WIN32 */
+# endif /* WIN32 */
 
 static grn_bool
 grn_mrb_expand_script_path(grn_ctx *ctx, const char *path, char *expanded_path)
-------------- next part --------------
HTML����������������������������...
Download 



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