From 43d029ff07ae7bc92d12558657ea9be1a6dccb67 Mon Sep 17 00:00:00 2001 From: ALICE Action Bot Date: Tue, 9 May 2023 15:15:50 +0000 Subject: [PATCH] Please consider the following formatting changes --- Common/Core/aodMerger.cxx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Common/Core/aodMerger.cxx b/Common/Core/aodMerger.cxx index b2a3c5799b3..417a2388594 100644 --- a/Common/Core/aodMerger.cxx +++ b/Common/Core/aodMerger.cxx @@ -414,7 +414,7 @@ int main(int argc, char* argv[]) for (auto const& tree : trees) { outputDir->cd(); tree.second->Write(); - + // stats sizeCompressed[tree.first] += tree.second->GetZipBytes(); sizeUncompressed[tree.first] += tree.second->GetTotBytes();