Apply clang-format-11
[alexxy/gromacs.git] / src / gromacs / applied_forces / awh / awh.h
index d44f295eb2903fc381874b77b689cbcf63a5627d..89f358e53261e3147258eaa4d6b80ba01ff7b1fd 100644 (file)
@@ -281,7 +281,7 @@ private:
     const t_commrec* commRecord_;          /**< Pointer to the communication record. */
     const gmx_multisim_t* multiSimRecord_; /**< Handler for multi-simulations. */
     pull_t*               pull_;           /**< Pointer to the pull working data. */
-    double                potentialOffset_; /**< The offset of the bias potential which changes due to bias updates. */
+    double potentialOffset_; /**< The offset of the bias potential which changes due to bias updates. */
     const int numFepLambdaStates_; /**< The number of free energy lambda states of the system. */
     int       fepLambdaState_;     /**< The current free energy lambda state. */
 };