diff --git a/Generators/src/GeneratorFileOrCmd.cxx b/Generators/src/GeneratorFileOrCmd.cxx index b68bb801f9ae1..52a3581d0f964 100644 --- a/Generators/src/GeneratorFileOrCmd.cxx +++ b/Generators/src/GeneratorFileOrCmd.cxx @@ -159,7 +159,7 @@ bool GeneratorFileOrCmd::makeTemp(const bool& fromName) mTemporary = std::string(buf); mFileNames.push_back(mTemporary); close(fp); - } + } return true; } // ----------------------------------------------------------------- @@ -209,7 +209,7 @@ bool GeneratorFileOrCmd::removeFifo() const LOG(info) << "Removed FIFO " << p; } } - } + } return true; } // ----------------------------------------------------------------- diff --git a/Generators/src/GeneratorTParticle.cxx b/Generators/src/GeneratorTParticle.cxx index 01242b8320dfb..06b4cbc147fca 100644 --- a/Generators/src/GeneratorTParticle.cxx +++ b/Generators/src/GeneratorTParticle.cxx @@ -54,7 +54,7 @@ Bool_t GeneratorTParticle::Init() mChain->SetBranchAddress(mBranchName.c_str(), &mTParticles); if (not mCmd.empty()) { - if(mFileNames.empty()) { + if (mFileNames.empty()) { // Set filename to be a temporary name if (not makeTemp(false)) { return false;