From 97a4e24ab3908fa2d261503ffb8d17a9c74d8d53 Mon Sep 17 00:00:00 2001 From: ALICE Action Bot Date: Tue, 18 Aug 2026 08:34:01 +0000 Subject: [PATCH] Please consider the following formatting changes --- Framework/AnalysisSupport/src/AODJAlienReaderHelpers.cxx | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/Framework/AnalysisSupport/src/AODJAlienReaderHelpers.cxx b/Framework/AnalysisSupport/src/AODJAlienReaderHelpers.cxx index bc4437fd70088..1c3d028dd9287 100644 --- a/Framework/AnalysisSupport/src/AODJAlienReaderHelpers.cxx +++ b/Framework/AnalysisSupport/src/AODJAlienReaderHelpers.cxx @@ -113,8 +113,8 @@ static bool shouldSkipInvalidReads() { auto const* envValue = getenv("DPL_AOD_READER_SKIP_INVALID"); return envValue != nullptr && - strcmp(envValue, "0") != 0 && - strcmp(envValue, "false") != 0; + strcmp(envValue, "0") != 0 && + strcmp(envValue, "false") != 0; } static std::string describeException(std::exception const& exception)