From ceb9f795cb5a23aea379b443c74846c8c50e182e Mon Sep 17 00:00:00 2001 From: Michael Davidsaver Date: Mon, 17 Jul 2017 16:25:00 +0200 Subject: [PATCH] whitespace: quiet gcc6 indentation warning --- src/factory/PVUnion.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/factory/PVUnion.cpp b/src/factory/PVUnion.cpp index 4e49287..bc6ae7c 100644 --- a/src/factory/PVUnion.cpp +++ b/src/factory/PVUnion.cpp @@ -137,7 +137,7 @@ void PVUnion::set(string const & fieldName, PVFieldPtr const & value) if (index == -1) throw std::invalid_argument("no such fieldName"); - set(index, value); + set(index, value); } void PVUnion::serialize(ByteBuffer *pbuffer, SerializableControl *pflusher) const