Apply re-formatting to C++ in src/ tree.
[alexxy/gromacs.git] / src / gromacs / topology / topsort.cpp
index 5971a45094ed2eeb266ca86d9df273603156e070..81900500c80e0f2f18a50d0e3cb8650bccff4770 100644 (file)
@@ -121,10 +121,12 @@ static gmx_bool ip_pert(int ftype, const t_iparams* ip)
         case F_RESTRANGLES:
         case F_RESTRDIHS:
         case F_CBTDIHS:
-            gmx_fatal(FARGS, "Function type %s does not support currentely free energy calculations",
+            gmx_fatal(FARGS,
+                      "Function type %s does not support currentely free energy calculations",
                       interaction_function[ftype].longname);
         default:
-            gmx_fatal(FARGS, "Function type %s not implemented in ip_pert",
+            gmx_fatal(FARGS,
+                      "Function type %s not implemented in ip_pert",
                       interaction_function[ftype].longname);
     }
 
@@ -241,8 +243,11 @@ void gmx_sort_ilist_fe(InteractionDefinitions* idef, const real* qA, const real*
             if (debug)
             {
                 const int numNonperturbed = idef->numNonperturbedInteractions[ftype];
-                fprintf(debug, "%s non-pert %d pert %d\n", interaction_function[ftype].longname,
-                        numNonperturbed, ilist->size() - numNonperturbed);
+                fprintf(debug,
+                        "%s non-pert %d pert %d\n",
+                        interaction_function[ftype].longname,
+                        numNonperturbed,
+                        ilist->size() - numNonperturbed);
             }
         }
     }