Skip to content

Commit b6f1ad3

Browse files
committed
apply clang-format
1 parent 35357b0 commit b6f1ad3

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

infra/GenericContainerFiller.cpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@ void GenericContainerFiller::Init() {
1919
return std::equal(suffix.rbegin(), suffix.rend(), str.rbegin());
2020
};
2121

22-
if(ends_with(file_in_name_, ".root")) {
22+
if (ends_with(file_in_name_, ".root")) {
2323
tree_in_->Add(file_in_name_.c_str());
2424
} else {
2525
std::ifstream filelist(file_in_name_);

0 commit comments

Comments
 (0)