Skip to content

Commit

Permalink
add brackets
Browse files Browse the repository at this point in the history
  • Loading branch information
lobis committed Aug 25, 2023
1 parent 2bbc1a1 commit e6ff30f
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion src/TRestGeant4VetoAnalysisProcess.cxx
Original file line number Diff line number Diff line change
Expand Up @@ -197,7 +197,9 @@ void TRestGeant4VetoAnalysisProcess::Initialize() {
/// corresponding TRestGeant4VetoAnalysisProcess section inside the RML.
///
void TRestGeant4VetoAnalysisProcess::LoadConfig(const string& configFilename, const string& name) {
if (LoadConfigFromFile(configFilename, name)) LoadDefaultConfig();
if (LoadConfigFromFile(configFilename, name)) {
LoadDefaultConfig();
}
}

///////////////////////////////////////////////
Expand Down

0 comments on commit e6ff30f

Please sign in to comment.