Skip to content

Commit

Permalink
Please consider the following formatting changes
Browse files Browse the repository at this point in the history
  • Loading branch information
alibuild committed Apr 11, 2024
1 parent e6a674f commit da81bb7
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion Detectors/TRD/pid/include/TRDPID/ML.h
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@
#include "DataFormatsTRD/PID.h"
#include "Framework/ProcessingContext.h"
#include "Framework/InputRecord.h"
#if __has_include (<onnxruntime/core/session/experimental_onnxruntime_cxx_api.h>)
#if __has_include(<onnxruntime/core/session/experimental_onnxruntime_cxx_api.h>)
#include <onnxruntime/core/session/experimental_onnxruntime_cxx_api.h>
#else
#include <onnxruntime_cxx_api.h>
Expand Down
2 changes: 1 addition & 1 deletion Detectors/TRD/pid/src/ML.cxx
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@
#include "DetectorsBase/Propagator.h"

#include <fmt/format.h>
#if __has_include (<onnxruntime/core/session/experimental_onnxruntime_cxx_api.h>)
#if __has_include(<onnxruntime/core/session/experimental_onnxruntime_cxx_api.h>)
#include <onnxruntime/core/session/experimental_onnxruntime_cxx_api.h>
#else
#include <onnxruntime_cxx_api.h>
Expand Down
2 changes: 1 addition & 1 deletion Detectors/ZDC/fastsimulation/include/Processors.h
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@
#ifndef O2_ZDC_FAST_SIMULATIONS_PROCESSORS_H
#define O2_ZDC_FAST_SIMULATIONS_PROCESSORS_H

#if __has_include (<onnxruntime/core/session/onnxruntime_cxx_api.h>)
#if __has_include(<onnxruntime/core/session/onnxruntime_cxx_api.h>)
#include <onnxruntime/core/session/onnxruntime_cxx_api.h>
#else
#include <onnxruntime_cxx_api.h>
Expand Down

0 comments on commit da81bb7

Please sign in to comment.