diff --git a/src/factory/printer.cpp b/src/factory/printer.cpp index 0900d1e..c68c860 100644 --- a/src/factory/printer.cpp +++ b/src/factory/printer.cpp @@ -431,7 +431,7 @@ std::ostream& operator<<(std::ostream& strm, const PVStructure::Formatter& forma case scalar: strm<(value.get())<<' '; + strm<(value.get())<<' '; printAlarmT(strm, format.xtop); strm<<'\n'; return strm; @@ -440,7 +440,7 @@ std::ostream& operator<<(std::ostream& strm, const PVStructure::Formatter& forma strm<(value.get())<<'\n'; + strm<(value.get())<<'\n'; return strm; case structure: