win32 indent problem: local static DLL saga

This commit is contained in:
Matej Sekoranja
2014-11-06 22:18:58 +01:00
parent f36c8ce280
commit 4e671a1c21
4 changed files with 11 additions and 8 deletions

View File

@@ -237,7 +237,7 @@ std::ostream& PVStructureArray::dumpValue(std::ostream& o, std::size_t index) co
if (temp[index])
o << *temp[index];
else
o << "(none)" << std::endl;
o << format::indent() << "(none)" << std::endl;
}
return o;
}