Skip to content
Snippets Groups Projects
Commit 5dca0da5 authored by John Chapman's avatar John Chapman
Browse files

clang-tidy fixes for G4AtlasAlg package

parent f60fca75
No related branches found
No related tags found
No related merge requests found
...@@ -169,7 +169,7 @@ void G4AtlasAlg::initializeOnce() ...@@ -169,7 +169,7 @@ void G4AtlasAlg::initializeOnce()
// Send UI commands // Send UI commands
ATH_MSG_DEBUG("G4 Command: Trying at the end of initializeOnce()"); ATH_MSG_DEBUG("G4 Command: Trying at the end of initializeOnce()");
for (auto g4command : m_g4commands) { for (const auto& g4command : m_g4commands) {
int returnCode = ui->ApplyCommand( g4command ); int returnCode = ui->ApplyCommand( g4command );
commandLog(returnCode, g4command); commandLog(returnCode, g4command);
} }
......
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