Apply clang-format to source tree
[alexxy/gromacs.git] / src / gromacs / nbnxm / opencl / nbnxm_ocl_internal.h
index c735ab5d489e0c0bb8c25da60c0a39c6b16104e8..7b533050732d8eaaf284aa90c3921effd81d9fc8 100644 (file)
 #include "nbnxm_ocl_types.h"
 
 #ifndef NBNXN_OCL_INTERNAL_H
-#define NBNXN_OCL_INTERNAL_H
+#    define NBNXN_OCL_INTERNAL_H
 
 namespace Nbnxm
 {
 
 /*! \brief Returns true if LJ combination rules are used in the non-bonded kernels.
  *
- *  \param[in] vdwType The VdW interaction/implementation type as defined by evdwOcl in nbnxn_ocl_types.h.
- *  \returns           True if combination rules are used by the run
+ *  \param[in] vdwType The VdW interaction/implementation type as defined by evdwOcl in
+ * nbnxn_ocl_types.h. \returns           True if combination rules are used by the run
  */
 bool useLjCombRule(int vdwType);
 
-}      // namespace Nbnxm
+} // namespace Nbnxm
 
 #endif /* NBNXN_OCL_INTERNAL_H */