Apply re-formatting to C++ in src/ tree.
[alexxy/gromacs.git] / src / gromacs / gmxpreprocess / makeexclusiondistances.cpp
index 3258fc0591021921b4aa203b05ce9b9a88b0e820..f60352418333b61e73dbb780d65608b7bf9b33dd 100644 (file)
@@ -53,8 +53,10 @@ std::vector<real> makeExclusionDistances(const t_atoms* a, AtomProperties* aps,
         for (int i = 0; i < a->nr; ++i)
         {
             real value;
-            if (!aps->setAtomProperty(epropVDW, std::string(*(a->resinfo[a->atom[i].resind].name)),
-                                      std::string(*(a->atomname[i])), &value))
+            if (!aps->setAtomProperty(epropVDW,
+                                      std::string(*(a->resinfo[a->atom[i].resind].name)),
+                                      std::string(*(a->atomname[i])),
+                                      &value))
             {
                 value = defaultDistance;
             }