Skip to content

Commit 32d3a1a

Browse files
committed
runformat
1 parent ce4f551 commit 32d3a1a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

lib/cppcheck.cpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1662,7 +1662,7 @@ void CppCheck::tooManyConfigsError(const std::string &file, const int numberOfCo
16621662
}
16631663

16641664
std::ostringstream msg;
1665-
msg << "Too many #ifdef configurations - cppcheck only checks " << mSettings.maxConfigs
1665+
msg << "Too many #ifdef configurations - cppcheck only checks " << mSettings.maxConfigs
16661666
<< " of " << numberOfConfigurations << " configurations. Use --force to check all configurations.";
16671667

16681668
ErrorMessage errmsg(std::move(loclist),

0 commit comments

Comments
 (0)