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