From f54ad3c6fa584b481f5154cd75e9401fe2b481b6 Mon Sep 17 00:00:00 2001 From: Philipp Jungkamp Date: Wed, 27 Jul 2022 12:34:29 +0000 Subject: [PATCH] Remove superfluous empty line --- lib/nodes/iec60870.cpp | 1 - 1 file changed, 1 deletion(-) diff --git a/lib/nodes/iec60870.cpp b/lib/nodes/iec60870.cpp index 76c0b8318..fc9c6b0ca 100644 --- a/lib/nodes/iec60870.cpp +++ b/lib/nodes/iec60870.cpp @@ -123,7 +123,6 @@ ASDUData::Type ASDUData::type() const return descriptor->type; } - char const * ASDUData::name() const { return descriptor->name; }