Skip to content

Commit 32e2877

Browse files
committed
Please consider the following formatting changes
1 parent a2af21d commit 32e2877

1 file changed

Lines changed: 5 additions & 5 deletions

File tree

Common/Tools/TListHandler.h

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -618,12 +618,12 @@ double TListHandler::getSize(double fillFraction)
618618
{
619619
double size{};
620620
for (auto j = 0u; j < kMaxTListSize; ++j) {
621-
std::visit([&fillFraction, &size](auto&& hist) {
622-
if (hist)
623-
{
621+
std::visit([&fillFraction, &size](auto&& hist) {
622+
if (hist) {
624623
size += HistFiller::getSize(hist, fillFraction);
625-
}
626-
}, mTListValue[j]);
624+
}
625+
},
626+
mTListValue[j]);
627627
}
628628
return size;
629629
}

0 commit comments

Comments
 (0)