Skip to content

Commit 9c21fcd

Browse files
authored
Merge pull request #6 from alibuild/alibot-cleanup-13742
Please consider the following formatting changes to AliceO2Group#13742
2 parents e28bcea + 527c94d commit 9c21fcd

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

Generators/src/GeneratorFileOrCmd.cxx

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -159,7 +159,7 @@ bool GeneratorFileOrCmd::makeTemp(const bool& fromName)
159159
mTemporary = std::string(buf);
160160
mFileNames.push_back(mTemporary);
161161
close(fp);
162-
}
162+
}
163163
return true;
164164
}
165165
// -----------------------------------------------------------------
@@ -209,7 +209,7 @@ bool GeneratorFileOrCmd::removeFifo() const
209209
LOG(info) << "Removed FIFO " << p;
210210
}
211211
}
212-
}
212+
}
213213
return true;
214214
}
215215
// -----------------------------------------------------------------

Generators/src/GeneratorTParticle.cxx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -54,7 +54,7 @@ Bool_t GeneratorTParticle::Init()
5454
mChain->SetBranchAddress(mBranchName.c_str(), &mTParticles);
5555

5656
if (not mCmd.empty()) {
57-
if(mFileNames.empty()) {
57+
if (mFileNames.empty()) {
5858
// Set filename to be a temporary name
5959
if (not makeTemp(false)) {
6060
return false;

0 commit comments

Comments
 (0)