diff --git a/Detectors/TRD/pid/include/TRDPID/ML.h b/Detectors/TRD/pid/include/TRDPID/ML.h index 5b1248418e010..011d8c9ee9c9b 100644 --- a/Detectors/TRD/pid/include/TRDPID/ML.h +++ b/Detectors/TRD/pid/include/TRDPID/ML.h @@ -21,7 +21,7 @@ #include "DataFormatsTRD/PID.h" #include "Framework/ProcessingContext.h" #include "Framework/InputRecord.h" -#if __has_include () +#if __has_include() #include #else #include diff --git a/Detectors/TRD/pid/src/ML.cxx b/Detectors/TRD/pid/src/ML.cxx index 2633e63820bb0..785f3b05cc112 100644 --- a/Detectors/TRD/pid/src/ML.cxx +++ b/Detectors/TRD/pid/src/ML.cxx @@ -28,7 +28,7 @@ #include "DetectorsBase/Propagator.h" #include -#if __has_include () +#if __has_include() #include #else #include diff --git a/Detectors/ZDC/fastsimulation/include/Processors.h b/Detectors/ZDC/fastsimulation/include/Processors.h index 1a0b4f609fc58..4ae4d0786bdd9 100644 --- a/Detectors/ZDC/fastsimulation/include/Processors.h +++ b/Detectors/ZDC/fastsimulation/include/Processors.h @@ -17,7 +17,7 @@ #ifndef O2_ZDC_FAST_SIMULATIONS_PROCESSORS_H #define O2_ZDC_FAST_SIMULATIONS_PROCESSORS_H -#if __has_include () +#if __has_include() #include #else #include