Skip to content

Commit 9642334

Browse files
committed
Fix formatting
1 parent b9a7613 commit 9642334

1 file changed

Lines changed: 1 addition & 2 deletions

File tree

simplecpp.cpp

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -755,8 +755,7 @@ void simplecpp::TokenList::readfile(Stream &stream, const std::string &filename,
755755
} else {
756756
msg += "Line numbers above " + std::to_string(maxline) + " are " +
757757
(cppstd == CPP26 ? "conditionally supported" : "undefined behavior") +
758-
" in " +
759-
(std_is_c ? getCStdName(cstd) : getCppStdName(cppstd)) + ".";
758+
" in " + (std_is_c ? getCStdName(cstd) : getCppStdName(cppstd)) + ".";
760759
}
761760
simplecpp::Output err{
762761
simplecpp::Output::PORTABILITY_LINE_DIRECTIVE,

0 commit comments

Comments
 (0)