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