Skip to content
Snippets Groups Projects
Commit 4fe502f2 authored by Martin Christoph Hierholzer's avatar Martin Christoph Hierholzer
Browse files

fix: code formatting

parent 1ffcde94
No related branches found
No related tags found
No related merge requests found
......@@ -59,8 +59,9 @@ namespace ChimeraTK {
std::string _outputName;
unsigned int _errorGracePeriod; // additional sleep time before a retry after an error
//_scriptOutput must be in this file after _outputName so the latter can be used as constructor parameter
ScalarOutput<std::string> _scriptOutput{
this, RegisterPath("/Devices") / Utilities::escapeName(_deviceAlias, false) / _outputName, "", "stdout+stderr of init script"};
ScalarOutput<std::string> _scriptOutput{this,
RegisterPath("/Devices") / Utilities::escapeName(_deviceAlias, false) / _outputName, "",
"stdout+stderr of init script"};
};
} // namespace ChimeraTK
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment