formatting

This commit is contained in:
Gennadiy Civil
2018-04-09 15:50:19 -04:00
parent 2de24fbf7a
commit 05b5a53898
4 changed files with 7 additions and 4 deletions

View File

@@ -877,7 +877,7 @@ InSequence::~InSequence() {
} // namespace testing
#ifdef _MSC_VER
#if _MSC_VER == 1900
#if _MSC_VER <= 1900
# pragma warning(pop)
#endif
#endif