Fixed indentation

This commit is contained in:
Marcus Ong 2018-02-26 11:15:32 -06:00
parent 3fd8931d9d
commit d83536ffbc
1 changed files with 1 additions and 1 deletions

View File

@ -81,7 +81,7 @@
#if defined(_MSC_VER) && !defined(__clang__)
// clang-cl should escape this to prevent [ignored-attributes].
namespace std {
class ANTLR4CPP_PUBLIC exception; // Prevents warning C4275 from MSVC.
class ANTLR4CPP_PUBLIC exception; // Prevents warning C4275 from MSVC.
} // namespace std
#endif