Apply clang-format to source tree
[alexxy/gromacs.git] / src / gromacs / gpu_utils / gputraits.h
index 0a8b36517da2bb87ce763f6507f053a33b67f928..9b91c0ec18e5145695afb1f71703d1fe7b2e5c6e 100644 (file)
 
 #if GMX_GPU == GMX_GPU_CUDA
 
-#include "gromacs/gpu_utils/gputraits.cuh"
+#    include "gromacs/gpu_utils/gputraits.cuh"
 
 #elif GMX_GPU == GMX_GPU_OPENCL
 
-#include "gromacs/gpu_utils/gputraits_ocl.h"
+#    include "gromacs/gpu_utils/gputraits_ocl.h"
 
 #else
 
 //! \brief GPU command stream
-using CommandStream = void *;
+using CommandStream = void*;
 //! \brief Single GPU call timing event
-using CommandEvent  = void *;
+using CommandEvent = void*;
 //! \brief GPU context
-using DeviceContext = void *;
+using DeviceContext = void*;
 
 #endif // GMX_GPU