Skip to content

Commit 9e77fe4

Browse files
alibuildaalkin
authored andcommitted
Please consider the following formatting changes
1 parent 5f7c492 commit 9e77fe4

File tree

1 file changed

+3
-2
lines changed
  • Framework/Core/include/Framework

1 file changed

+3
-2
lines changed

Framework/Core/include/Framework/ASoA.h

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1163,9 +1163,10 @@ struct TableIterator : IP, C... {
11631163
template <typename... TA>
11641164
void bindExternalIndices(TA*... current)
11651165
{
1166-
([this]<typename... Cs, typename TT>(framework::pack<Cs...>, TT* t){
1166+
([this]<typename... Cs, typename TT>(framework::pack<Cs...>, TT* t) {
11671167
(doSetCurrentIndexImpl<Cs>(t), ...);
1168-
}(framework::pack<C...>{}, current), ...);
1168+
}(framework::pack<C...>{}, current),
1169+
...);
11691170
}
11701171

11711172
void bindExternalIndicesRaw(std::vector<o2::soa::Binding>&& bindings)

0 commit comments

Comments
 (0)