We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 35357b0 commit b6f1ad3Copy full SHA for b6f1ad3
1 file changed
infra/GenericContainerFiller.cpp
@@ -19,7 +19,7 @@ void GenericContainerFiller::Init() {
19
return std::equal(suffix.rbegin(), suffix.rend(), str.rbegin());
20
};
21
22
- if(ends_with(file_in_name_, ".root")) {
+ if (ends_with(file_in_name_, ".root")) {
23
tree_in_->Add(file_in_name_.c_str());
24
} else {
25
std::ifstream filelist(file_in_name_);
0 commit comments