From cba77a151abfce2ccd556da69c42e5eb5d74b399 Mon Sep 17 00:00:00 2001 From: Nick Date: Fri, 13 Sep 2019 05:24:00 -0400 Subject: stop formatting where there are known problems ahead of time --- libcuda/cuda_runtime_api.cc | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'libcuda/cuda_runtime_api.cc') diff --git a/libcuda/cuda_runtime_api.cc b/libcuda/cuda_runtime_api.cc index 5cefe60..273194e 100644 --- a/libcuda/cuda_runtime_api.cc +++ b/libcuda/cuda_runtime_api.cc @@ -122,12 +122,13 @@ #endif #define __CUDA_RUNTIME_API_H__ - +// clang-format off #include "host_defines.h" #include "builtin_types.h" #include "driver_types.h" #include "cuda_api.h" #include "cudaProfiler.h" +// clang-format on #if (CUDART_VERSION < 8000) #include "__cudaFatFormat.h" #endif -- cgit v1.3