Skip to content

Commit 121af3f

Browse files
author
Ionut Cristian Arsene
committed
merged changes
1 parent fc87f4d commit 121af3f

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

PWGDQ/Core/VarManager.h

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2368,8 +2368,7 @@ void VarManager::FillEvent(T const& event, float* values)
23682368
}
23692369

23702370
template <typename T>
2371-
void VarManager::FillEventTracks(T const& tracks, float* values)
2372-
{
2371+
void VarManager::FillEventTracks(T const& tracks, float* values) {
23732372
if (!values) {
23742373
values = fgValues;
23752374
}

0 commit comments

Comments
 (0)