Skip to content

Commit 175aeea

Browse files
committed
Please consider the following formatting changes
1 parent cb0357c commit 175aeea

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

Common/Tools/TListHandler.h

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -41,7 +41,7 @@ namespace o2::framework
4141
// Many methods/definitions/parts of code are taken from HistogramRegisty.h and HistogramRegistry.cxx
4242
//--------------------------------------------------------------------------------------------------
4343
//--------------------------------------------------------------------------------------------------
44-
//ToDo :: create templated class to keep the BitMask modifiable and declrable at compile time. // template <uint32_t BitMask>
44+
// ToDo :: create templated class to keep the BitMask modifiable and declrable at compile time. // template <uint32_t BitMask>
4545
class TListHandler
4646
{
4747

@@ -628,7 +628,7 @@ double TListHandler::getSize(double fillFraction)
628628
if (hist) {
629629
size += HistFiller::getSize(hist, fillFraction);
630630
}
631-
},
631+
},
632632
mTListValue[j]);
633633
}
634634
return size;

0 commit comments

Comments
 (0)