• grzadr's avatar
    Fix indentation in line 2916 · 8e861728
    grzadr authored
    Compiling with -Wmisleading-indentation triggers warning:
    /data/Git/spdlog/tests/catch.hpp: In member function ‘bool Catch::TestSpec::Filter::matches(const Catch::TestCaseInfo&) const’:
    /data/Git/spdlog/tests/catch.hpp:2913:17: warning: this ‘for’ clause does not guard... [-Wmisleading-indentation]
                     for( std::vector<Ptr<Pattern> >::const_iterator it = m_patterns.begin(), itEnd = m_patterns.end(); it != itEnd; ++it )
                     ^~~
    /data/Git/spdlog/tests/catch.hpp:2916:21: note: ...this statement, but the latter is misleadingly indented as if it were guarded by the ‘for’
                         return true;
                         ^~~~~~
    8e861728
Name
Last commit
Last update
..
CMakeLists.txt Loading commit data...
Makefile Loading commit data...
catch.hpp Loading commit data...
catch.license Loading commit data...
errors.cpp Loading commit data...
file_helper.cpp Loading commit data...
file_log.cpp Loading commit data...
format.cpp Loading commit data...
includes.h Loading commit data...
install_libcxx.sh Loading commit data...
main.cpp Loading commit data...
registry.cpp Loading commit data...
test_macros.cpp Loading commit data...
tests.sln Loading commit data...
tests.vcxproj Loading commit data...
tests.vcxproj.filters Loading commit data...
utils.cpp Loading commit data...
utils.h Loading commit data...