Apply clang-format to source tree
[alexxy/gromacs.git] / src / gromacs / ewald / pme_gpu_program_impl.cpp
index cb993bea8be2a26b2068643ee3ecbf1d44b5e46d..078f97ee4fe258f0f4989885bdbaa1b381987c18 100644 (file)
 
 #include "pme_gpu_program_impl.h"
 
-PmeGpuProgramImpl::PmeGpuProgramImpl(const gmx_device_info_t * /*unused*/) :
+PmeGpuProgramImpl::PmeGpuProgramImpl(const gmx_device_info_t* /*unused*/) :
     warpSize(0),
     spreadWorkGroupSize(0),
     gatherWorkGroupSize(0),
     solveMaxWorkGroupSize(0)
-{}
+{
+}
 
 PmeGpuProgramImpl::~PmeGpuProgramImpl() = default;