null+****@clear*****
null+****@clear*****
2012年 4月 10日 (火) 11:39:51 JST
Kouhei Sutou 2012-04-10 11:39:51 +0900 (Tue, 10 Apr 2012) New Revision: 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 */