Code beautification with uncrustify
[alexxy/gromacs.git] / src / gromacs / selection / sm_permute.cpp
index e6b86cf543e3cae65599403b53c9db25348fbb42..8e81d71d7255210da6f59fe90cca54a7465a9387 100644 (file)
@@ -155,7 +155,7 @@ init_permute(t_topology *top, int npar, gmx_ana_selparam_t *param, void *data)
     if (d->p.nr % d->n != 0)
     {
         GMX_THROW(gmx::InconsistentInputError(
-                    gmx::formatString("The number of positions to be permuted is not divisible by %d", d->n)));
+                          gmx::formatString("The number of positions to be permuted is not divisible by %d", d->n)));
     }
     snew(d->rperm, d->n);
     for (i = 0; i < d->n; ++i)
@@ -240,7 +240,7 @@ evaluate_permute(t_topology *top, t_trxframe *fr, t_pbc *pbc,
     if (d->p.nr % d->n != 0)
     {
         GMX_THROW(gmx::InconsistentInputError(
-                    gmx::formatString("The number of positions to be permuted is not divisible by %d", d->n)));
+                          gmx::formatString("The number of positions to be permuted is not divisible by %d", d->n)));
     }
     d->g.isize = 0;
     gmx_ana_pos_empty(out->u.p);
@@ -248,7 +248,7 @@ evaluate_permute(t_topology *top, t_trxframe *fr, t_pbc *pbc,
     {
         for (j = 0; j < d->n; ++j)
         {
-            b = i + d->rperm[j];
+            b     = i + d->rperm[j];
             refid = d->p.m.refid[b];
             if (refid != -1)
             {