thin_check.cc: support --quiet in nested_output

This commit is contained in:
Heinz Mauelshagen 2013-06-19 14:12:44 +02:00
parent 00b0c4356e
commit 9900c91c1b

View File

@ -51,7 +51,8 @@ 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;
indent(); if (enabled)
indent();
} }
if (enabled) if (enabled)