Apply re-formatting to C++ in src/ tree.
[alexxy/gromacs.git] / src / gromacs / mdlib / dispersioncorrection.cpp
index b4871765ced15e39c3909915758cb70f15cafe28..3557950ddba1ba8bca9ce148450ba43b2fc2bd88 100644 (file)
@@ -504,8 +504,7 @@ void DispersionCorrection::setInteractionParameters(InteractionParams*         i
     }
     else
     {
-        gmx_fatal(FARGS, "Dispersion correction is not implemented for vdw-type = %s",
-                  evdw_names[ic.vdwtype]);
+        gmx_fatal(FARGS, "Dispersion correction is not implemented for vdw-type = %s", evdw_names[ic.vdwtype]);
     }
 
     iParams->enerdiffsix_    = energy.dispersion;