Skip to content

Commit

Permalink
Light style edit pass
Browse files Browse the repository at this point in the history
  • Loading branch information
hsutter committed Sep 3, 2024
1 parent fb13ebc commit 29d2547
Show file tree
Hide file tree
Showing 4 changed files with 226 additions and 228 deletions.
2 changes: 1 addition & 1 deletion source/cppfront.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -72,7 +72,7 @@ auto main(
}
else {
std::cerr << arg.text << " - ambiguous compiler flag name, did you mean one of these?\n";
for (auto const &a : ambiguous) {
for (auto const& a : ambiguous) {
std::cerr << " " << arg.text.front() << a << "\n";
}
}
Expand Down
Loading

0 comments on commit 29d2547

Please sign in to comment.