Skip to content

Commit

Permalink
Please consider the following formatting changes
Browse files Browse the repository at this point in the history
  • Loading branch information
alibuild committed Jun 17, 2024
1 parent 8c9d061 commit 7fd077c
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 5 deletions.
6 changes: 3 additions & 3 deletions PWGCF/FemtoUniverse/Core/FemtoUniversePairSHCentMultKt.h
Original file line number Diff line number Diff line change
Expand Up @@ -70,8 +70,8 @@ class PairSHCentMultKt

fels[il] = el;
fems[il] = em;
felsi[il] = static_cast<int>el;
femsi[il] = static_cast<int>em;
felsi[il] = static_cast<int> el;
femsi[il] = static_cast<int> em;
em++;
il++;
if (em > el) {
Expand Down Expand Up @@ -348,4 +348,4 @@ class PairSHCentMultKt

} // namespace o2::analysis::femtoUniverse

#endif // PWGCF_FEMTOUNIVERSE_CORE_FEMTOUNIVERSEPAIRSHCENTMULTKT_H_
#endif // PWGCF_FEMTOUNIVERSE_CORE_FEMTOUNIVERSEPAIRSHCENTMULTKT_H_
4 changes: 2 additions & 2 deletions PWGCF/FemtoUniverse/Core/FemtoUniverseSHContainer.h
Original file line number Diff line number Diff line change
Expand Up @@ -85,8 +85,8 @@ class FemtoUniverseSHContainer

fels[il] = el;
fems[il] = em;
felsi[il] = static_cast<int>el;
femsi[il] = static_cast<int>em;
felsi[il] = static_cast<int> el;
femsi[il] = static_cast<int> em;
em++;
il++;
if (em > el) {
Expand Down

0 comments on commit 7fd077c

Please sign in to comment.