[Groonga-mysql-commit] mroonga/mroonga [fix-for-visual-studio] Use 2 spaces indent

Back to archive index

Kouhei Sutou null+****@clear*****
Thu Oct 4 10:49:12 JST 2012


Kouhei Sutou	2012-04-10 11:39:51 +0900 (Tue, 10 Apr 2012)

  New Revision: 0ae938bd2e119999a7f20a7fe758854457a9e814
  https://github.com/mroonga/mroonga/commit/0ae938bd2e119999a7f20a7fe758854457a9e814

  Log:
    Use 2 spaces indent

  Modified files:
    mrn_macro.h

  Modified: mrn_macro.h (+4 -4)
===================================================================
--- mrn_macro.h    2012-04-10 11:39:16 +0900 (fbd7e99)
+++ mrn_macro.h    2012-04-10 11:39:51 +0900 (9aec296)
@@ -20,11 +20,11 @@
 #define _mrn_marco_h
 
 #ifdef  __cplusplus
-# define MRN_BEGIN_DECLS  extern "C" {
-# define MRN_END_DECLS    }
+#  define MRN_BEGIN_DECLS  extern "C" {
+#  define MRN_END_DECLS    }
 #else
-# define MRN_BEGIN_DECLS
-# define MRN_END_DECLS
+#  define MRN_BEGIN_DECLS
+#  define MRN_END_DECLS
 #endif
 
 #endif /* _mrn_macro_h */
-------------- next part --------------
HTML����������������������������...
다운로드 



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