From 75f8fed11db8adf0a7b6cf9c178f9cea5b46532f Mon Sep 17 00:00:00 2001 From: ALICE Action Bot Date: Fri, 26 Sep 2025 20:08:58 +0000 Subject: [PATCH] Please consider the following formatting changes --- Framework/Core/include/Framework/DeviceContext.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Framework/Core/include/Framework/DeviceContext.h b/Framework/Core/include/Framework/DeviceContext.h index dbe3dbebbd7f1..a392004c2ffbf 100644 --- a/Framework/Core/include/Framework/DeviceContext.h +++ b/Framework/Core/include/Framework/DeviceContext.h @@ -34,7 +34,7 @@ struct DeviceContext { int expectedRegionCallbacks = 0; int exitTransitionTimeout = 0; int dataProcessingTimeout = 0; - ProcessingPolicies &processingPolicies; + ProcessingPolicies& processingPolicies; }; } // namespace o2::framework