Skip to content

Commit b9a7613

Browse files
committed
Fix formatting
1 parent d9fbdcd commit b9a7613

1 file changed

Lines changed: 3 additions & 3 deletions

File tree

simplecpp.cpp

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -754,9 +754,9 @@ 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 " +
759-
(std_is_c ? getCStdName(cstd) : getCppStdName(cppstd)) + ".";
757+
(cppstd == CPP26 ? "conditionally supported" : "undefined behavior") +
758+
" in " +
759+
(std_is_c ? getCStdName(cstd) : getCppStdName(cppstd)) + ".";
760760
}
761761
simplecpp::Output err{
762762
simplecpp::Output::PORTABILITY_LINE_DIRECTIVE,

0 commit comments

Comments
 (0)