From 2e11b8dd87089baeb7ecf3afbb8b66ea86dbf6d6 Mon Sep 17 00:00:00 2001 From: Michael Davidsaver Date: Sun, 13 Dec 2020 12:09:04 -0800 Subject: [PATCH] Config operator<< respect indent --- src/config.cpp | 16 ++++++++-------- 1 file changed, 8 insertions(+), 8 deletions(-) diff --git a/src/config.cpp b/src/config.cpp index c0f83ac..b2d8aad 100644 --- a/src/config.cpp +++ b/src/config.cpp @@ -264,7 +264,7 @@ std::ostream& operator<<(std::ostream& strm, const Config& conf) { bool first; - strm<<"EPICS_PVAS_INTF_ADDR_LIST=\""; + strm<