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:
parent
893aeaa12e
commit
f229d042d4
1 changed files with 1 additions and 1 deletions
|
@ -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;
|
||||
|
|
Loading…
Add table
Reference in a new issue