File tree Expand file tree Collapse file tree 2 files changed +3
-3
lines changed
Expand file tree Collapse file tree 2 files changed +3
-3
lines changed Original file line number Diff line number Diff 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// -----------------------------------------------------------------
Original file line number Diff line number Diff 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 ;
You can’t perform that action at this time.
0 commit comments