Skip to content

Commit e55a7f0

Browse files
committed
Fix formatting.
1 parent d05ad3c commit e55a7f0

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

bant/util/grep-highlighter.cc

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -173,8 +173,7 @@ std::unique_ptr<GrepHighlighter> CreateGrepHighlighterFromFlags(
173173
auto result =
174174
std::make_unique<GrepHighlighter>(flags.do_color, !flags.grep_or_semantics);
175175
if (!result->AddExpressions(flags.grep_expressions,
176-
flags.regex_case_insesitive,
177-
session.error())) {
176+
flags.regex_case_insesitive, session.error())) {
178177
result.reset();
179178
}
180179
return result;

0 commit comments

Comments
 (0)