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