whitespace: quiet gcc6 indentation warning

This commit is contained in:
Michael Davidsaver
2017-07-17 16:25:00 +02:00
parent 443c254d46
commit ceb9f795cb

View File

@@ -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