Skip to content

Commit 40a815f

Browse files
committed
Fix formatting
1 parent 9642334 commit 40a815f

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

simplecpp.cpp

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -754,8 +754,8 @@ void simplecpp::TokenList::readfile(Stream &stream, const std::string &filename,
754754
msg += "Line number zero is undefined behavior.";
755755
} else {
756756
msg += "Line numbers above " + std::to_string(maxline) + " are " +
757-
(cppstd == CPP26 ? "conditionally supported" : "undefined behavior") +
758-
" in " + (std_is_c ? getCStdName(cstd) : getCppStdName(cppstd)) + ".";
757+
(cppstd == CPP26 ? "conditionally supported" : "undefined behavior") +
758+
" in " + (std_is_c ? getCStdName(cstd) : getCppStdName(cppstd)) + ".";
759759
}
760760
simplecpp::Output err{
761761
simplecpp::Output::PORTABILITY_LINE_DIRECTIVE,

0 commit comments

Comments
 (0)