mirror of
https://github.com/silverqx/TinyORM.git
synced 2026-05-06 16:49:19 -05:00
whitespaces
This commit is contained in:
@@ -232,8 +232,8 @@ namespace Concerns
|
||||
}
|
||||
|
||||
#if defined(_MSC_VER) && !defined(__clang__)
|
||||
#pragma warning(push)
|
||||
#pragma warning(disable : 26813)
|
||||
# pragma warning(push)
|
||||
# pragma warning(disable : 26813)
|
||||
#endif
|
||||
bool InteractsWithIO::isQuietVerbosity() const noexcept
|
||||
{
|
||||
@@ -260,7 +260,7 @@ namespace Concerns
|
||||
return m_verbosity == Debug;
|
||||
}
|
||||
#if defined(_MSC_VER) && !defined(__clang__)
|
||||
#pragma warning(pop)
|
||||
# pragma warning(pop)
|
||||
#endif
|
||||
|
||||
} // namespace Concerns
|
||||
|
||||
Reference in New Issue
Block a user