Remove semicolon from GPU TERM macros
[alexxy/gromacs.git] / src / gromacs / nbnxm / gpu_jit_support.h
index 64a0d08ab6f5a859656e849d9c61531bfa6dd845..29234e3d4205b6c66cc7bd56bd7543edea7ea730 100644 (file)
@@ -48,6 +48,6 @@
 
 /*! \brief Handles any JIT compilation of nbnxn kernels for the selected device */
 OPENCL_FUNC_QUALIFIER void
-nbnxn_gpu_compile_kernels(gmx_nbnxn_gpu_t gmx_unused *nb) OPENCL_FUNC_TERM
+    nbnxn_gpu_compile_kernels(gmx_nbnxn_gpu_t gmx_unused *nb) OPENCL_FUNC_TERM;
 
 #endif