From 0b2f8ae3ba4ee6077051c97b503e1a165d4938f2 Mon Sep 17 00:00:00 2001 From: Brad King Date: Tue, 14 Feb 2017 10:00:05 -0500 Subject: Modules: Run clang-format on CUDA code --- Modules/CMakeCUDACompilerABI.cu | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'Modules/CMakeCUDACompilerABI.cu') diff --git a/Modules/CMakeCUDACompilerABI.cu b/Modules/CMakeCUDACompilerABI.cu index 5aa1b8af2b..99bacefb62 100644 --- a/Modules/CMakeCUDACompilerABI.cu +++ b/Modules/CMakeCUDACompilerABI.cu @@ -1,5 +1,5 @@ #ifndef __CUDACC__ -# error "A C or C++ compiler has been selected for CUDA" +#error "A C or C++ compiler has been selected for CUDA" #endif #include "CMakeCompilerABI.h" -- cgit v1.2.1