diff --git a/src/one-body-sample.cc b/src/one-body-sample.cc
index 568349e90cdc044c1eceba1845d03792f4dd1ad4..a5b7003dd6f848668e41656a6e442e2e5b139ae8 100644
--- a/src/one-body-sample.cc
+++ b/src/one-body-sample.cc
@@ -212,7 +212,7 @@ int main(int argc, char *argv[]) {
     typedef MyConvexProblem<OperatorType, VectorType> MyConvexProblemType;
     typedef MyBlockProblem<MyConvexProblemType> MyBlockProblemType;
 
-    // {{{ Set up TNNMG solver
+    // Set up TNNMG solver
     MySolver<dim, VectorType, OperatorType, GridType, MyBlockProblemType>
     mySolver(parset.sub("solver.tnnmg"), refinements, solver_tolerance, *grid,
              ignoreNodes);
@@ -299,8 +299,8 @@ int main(int argc, char *argv[]) {
             if (frictionalNodes[i][0]) {
               double const unorm = u4_diff[i].two_norm();
 
-              // the (logarithmic) steady state corresponding to the current
-              // velocity
+              // // the (logarithmic) steady state corresponding to the
+              // // current velocity
               // std::cout << std::log(L/unorm * h) << std::endl;
 
               switch (parset.get<Config::state_model>(
@@ -375,7 +375,6 @@ int main(int argc, char *argv[]) {
 
       // Compute von Mises stress and write everything to a file
       if (parset.get<bool>("writeVTK")) {
-        // Compute von Mises stress
         VonMisesStressAssembler<GridType> localStressAssembler(
             E, nu,
             Dune::make_shared<BasisGridFunction<P1Basis, VectorType> const>(