From 527c94d0733f1c634568d4c841f51ed00ccabe3c Mon Sep 17 00:00:00 2001 From: ALICE Action Bot Date: Tue, 26 Nov 2024 23:05:04 +0000 Subject: [PATCH] Please consider the following formatting changes --- Generators/src/GeneratorFileOrCmd.cxx | 4 ++-- Generators/src/GeneratorTParticle.cxx | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) 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;