thin_check.cc: remove superfluous 'if (enabled)'
This commit is contained in:
parent
9900c91c1b
commit
f376fdfb49
@ -51,8 +51,7 @@ namespace {
|
||||
nested_output &operator <<(T const &t) {
|
||||
if (beginning_of_line_) {
|
||||
beginning_of_line_ = false;
|
||||
if (enabled)
|
||||
indent();
|
||||
indent();
|
||||
}
|
||||
|
||||
if (enabled)
|
||||
|
Loading…
Reference in New Issue
Block a user