Apply clang-format-11
[alexxy/gromacs.git] / src / gromacs / pbcutil / pbc_aiuc_cuda.cuh
index 4911850f4f2f100568303ecb8a62040464a91a3a..a2784a6d16012af2734f8558e630fe9e516d6807 100644 (file)
@@ -94,7 +94,7 @@ static inline __device__ int int3ToShiftIndex(int3 iv)
  */
 template<bool returnShift>
 static __forceinline__ __device__ int
-                       pbcDxAiuc(const PbcAiuc& pbcAiuc, const float4 r1, const float4 r2, float3& dr)
+pbcDxAiuc(const PbcAiuc& pbcAiuc, const float4 r1, const float4 r2, float3& dr)
 {
     dr.x = r1.x - r2.x;
     dr.y = r1.y - r2.y;