Browse Source

Fixed indentation regressions.

pull/1179/head
Joao Matos 7 years ago committed by João Matos
parent
commit
08fbadd0b2
  1. 2
      src/CppParser/Decl.h

2
src/CppParser/Decl.h

@ -49,7 +49,7 @@ enum class DeclarationKind
}; };
#define DECLARE_DECL_KIND(klass, kind) \ #define DECLARE_DECL_KIND(klass, kind) \
klass(); klass();
enum class AccessSpecifier enum class AccessSpecifier
{ {

Loading…
Cancel
Save