patrick
/
plasp
Archived
1
0
Fork 0

Minor formatting.

This commit is contained in:
Patrick Lühne 2016-11-29 02:11:43 +01:00
parent f4efb4f3d4
commit 8b069d8149
Signed by: patrick
GPG Key ID: 05F3611E97A70ABF
1 changed files with 1 additions and 1 deletions

View File

@ -33,7 +33,7 @@ utils::LogStream &operator<<(utils::LogStream &ostream, const Description &descr
std::for_each(values.cbegin(), values.cend(),
[&](const auto &value)
{
{
ostream << "\t\t\t";
value.printAsSAS(ostream);
ostream << std::endl;