1
0
Fork 0
mirror of https://git.rwth-aachen.de/acs/public/villas/node/ synced 2025-03-09 00:00:00 +01:00

node-modbus: Fix code-style

Signed-off-by: Philipp Jungkamp <Philipp.Jungkamp@opal-rt.com>
This commit is contained in:
Philipp Jungkamp 2023-08-23 11:44:08 +02:00 committed by Steffen Vogel
parent 893aeaa12e
commit f229d042d4

View file

@ -836,7 +836,7 @@ unsigned int ModbusNode::parseMappings(std::vector<RegisterMapping> &mappings, j
int ModbusNode::parse(json_t *json)
{
if(auto ret = Node::parse(json))
if (auto ret = Node::parse(json))
return ret;
json_error_t err;