Skip to content

Commit

Permalink
Fix indent.
Browse files Browse the repository at this point in the history
  • Loading branch information
horacekj committed May 10, 2021
1 parent 78cf50c commit ad20e84
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/main.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -563,7 +563,7 @@ void DaemonCoreApplication::clientResetOutputs(
for (size_t i = 0; i < Mtb::_MAX_MODULES; i++)
if (modules[i] != nullptr)
modules[i]->resetOutputsOfClient(socket);
onOk();
onOk();
} else if (setters.size() == 1) {
// Reset outputs of all modules with broadcast
for (size_t i = 0; i < Mtb::_MAX_MODULES; i++)
Expand Down

0 comments on commit ad20e84

Please sign in to comment.