commit | 17ef37d0e67fa40b169390176100b7139da70309 | [log] [tgz] |
---|---|---|
author | Alexander Afanasyev <alexander.afanasyev@ucla.edu> | Thu Apr 02 12:17:26 2015 -0700 |
committer | Alexander Afanasyev <alexander.afanasyev@ucla.edu> | Thu Apr 02 12:17:26 2015 -0700 |
tree | 6ae2d9758d25dae942e50e1da30ff6578981768d | |
parent | 0dcb6a217e386a1ffdc92180aff0e28b36ae3493 [diff] [blame] |
util: Avoid output duplication in IndentedStream Change-Id: Ia530878068da89a1839574c9c5f1dc5d1de8b54e Fixes: #2723
diff --git a/src/util/indented-stream.cpp b/src/util/indented-stream.cpp index 590a7ce..f6f559d 100644 --- a/src/util/indented-stream.cpp +++ b/src/util/indented-stream.cpp
@@ -62,6 +62,7 @@ for (const StringView& line : splitOutput) { m_output << m_indent << line << "\n"; } + str(std::string()); return 0; // success }