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

Back to archive index

Kouhei Sutou null+****@clear*****
Tue Nov 4 14:14:23 JST 2014


Kouhei Sutou	2014-11-04 14:14:23 +0900 (Tue, 04 Nov 2014)

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

  Message:
    Indent

  Modified files:
    include/groonga/groonga.h

  Modified: include/groonga/groonga.h (+5 -5)
===================================================================
--- include/groonga/groonga.h    2014-11-04 11:22:29 +0900 (f25bbf5)
+++ include/groonga/groonga.h    2014-11-04 14:14:23 +0900 (8b958f7)
@@ -25,11 +25,11 @@ extern "C" {
 #include <stdarg.h>
 
 #ifndef GRN_API
-#if defined(_WIN32) || defined(_WIN64)
-#define GRN_API __declspec(dllimport)
-#else
-#define GRN_API
-#endif /* defined(_WIN32) || defined(_WIN64) */
+# if defined(_WIN32) || defined(_WIN64)
+#  define GRN_API __declspec(dllimport)
+# else
+#  define GRN_API
+# endif /* defined(_WIN32) || defined(_WIN64) */
 #endif /* GRN_API */
 
 typedef unsigned int grn_id;
-------------- next part --------------
HTML����������������������������...
下載 



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