Navigation Menu

Skip to content

Commit

Permalink
Use 2 spaces indent
Browse files Browse the repository at this point in the history
  • Loading branch information
kou committed Apr 10, 2012
1 parent 9581023 commit 0ae938b
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions mrn_macro.h
Expand Up @@ -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 */

0 comments on commit 0ae938b

Please sign in to comment.