Apply clang-format to source tree
[alexxy/gromacs.git] / src / gromacs / nbnxm / cuda / nbnxm_cuda_kernel_pruneonly.cu
index db718b20538496c551e77d5783b96a5782f7fa6e..945b1912fced824dc8345836bd2c6d0d455a9d42 100644 (file)
@@ -38,6 +38,8 @@
 
 #ifndef FUNCTION_DECLARATION_ONLY
 /* Instantiate external template functions */
-template __global__ void nbnxn_kernel_prune_cuda<false>(const cu_atomdata_t, const cu_nbparam_t, const cu_plist_t, int, int);
-template __global__ void nbnxn_kernel_prune_cuda<true>(const cu_atomdata_t, const cu_nbparam_t, const cu_plist_t, int, int);
+template __global__ void
+nbnxn_kernel_prune_cuda<false>(const cu_atomdata_t, const cu_nbparam_t, const cu_plist_t, int, int);
+template __global__ void
+nbnxn_kernel_prune_cuda<true>(const cu_atomdata_t, const cu_nbparam_t, const cu_plist_t, int, int);
 #endif