[Groonga-commit] groonga/groonga at 0dfba1a [master] Fix indent

Back to archive index

Kouhei Sutou null+****@clear*****
Sun Jan 10 17:59:41 JST 2016


Kouhei Sutou	2016-01-10 17:59:41 +0900 (Sun, 10 Jan 2016)

  New Revision: 0dfba1a26547c130be46b5b382668ede913990e0
  https://github.com/groonga/groonga/commit/0dfba1a26547c130be46b5b382668ede913990e0

  Message:
    Fix indent

  Modified files:
    lib/grn.h

  Modified: lib/grn.h (+5 -5)
===================================================================
--- lib/grn.h    2016-01-10 17:35:16 +0900 (2e9edf9)
+++ lib/grn.h    2016-01-10 17:59:41 +0900 (621747f)
@@ -80,11 +80,11 @@
 
 #ifdef WIN32
 # define GRN_API __declspec(dllexport)
-#ifdef GROONGA_MAIN
-# define GRN_VAR __declspec(dllimport)
-#else
-# define GRN_VAR __declspec(dllexport) extern
-#endif /* GROONGA_MAIN */
+# ifdef GROONGA_MAIN
+#  define GRN_VAR __declspec(dllimport)
+# else
+#  define GRN_VAR __declspec(dllexport) extern
+# endif /* GROONGA_MAIN */
 #else
 # define GRN_API
 # define GRN_VAR extern
-------------- next part --------------
HTML����������������������������...
Download 



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