Modules: Run clang-format on CUDA code

This commit is contained in:
Brad King
2017-02-14 10:00:05 -05:00
parent 592e3d2f96
commit 0b2f8ae3ba

View File

@@ -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"