Apply re-formatting to C++ in src/ tree.
[alexxy/gromacs.git] / src / gromacs / selection / compiler.cpp
index 52a26628d936f2b75bb2a1fd77c2674c7708e4a7..154a1a12d0f130f3f3e1a854b92a3d8629e51354 100644 (file)
@@ -1782,8 +1782,8 @@ static void init_method(const SelectionTreeElementPointer& sel, const gmx_mtop_t
     if (sel->u.expr.method->init && (bAtomVal || !(sel->flags & SEL_METHODINIT)))
     {
         sel->flags |= SEL_METHODINIT;
-        sel->u.expr.method->init(top, sel->u.expr.method->nparams, sel->u.expr.method->param,
-                                 sel->u.expr.mdata);
+        sel->u.expr.method->init(
+                top, sel->u.expr.method->nparams, sel->u.expr.method->param, sel->u.expr.mdata);
     }
     if (bAtomVal || !(sel->flags & SEL_OUTINIT))
     {
@@ -2614,8 +2614,8 @@ void compileSelection(SelectionCollection* coll)
     for (i = 0; i < sc->sel.size(); ++i)
     {
         gmx::internal::SelectionData& sel = *sc->sel[i];
-        init_pos_keyword_defaults(&sel.rootElement(), coll->impl_->spost_.c_str(),
-                                  coll->impl_->rpost_.c_str(), &sel);
+        init_pos_keyword_defaults(
+                &sel.rootElement(), coll->impl_->spost_.c_str(), coll->impl_->rpost_.c_str(), &sel);
     }
 
     /* Remove any unused variables. */