diff --git a/tbox/src/wMshDeform.cpp b/tbox/src/wMshDeform.cpp
index 4d6c1c133d5ce413eda12ffabf899c0cde40d353..bb740c91b662f7693d089fa5fae9ddb349cb1386 100644
--- a/tbox/src/wMshDeform.cpp
+++ b/tbox/src/wMshDeform.cpp
@@ -34,8 +34,8 @@ using namespace tbox;
 
 MshDeform::MshDeform(std::shared_ptr<MshData> _msh,
                      int _nDim, int nthrds) : wSharedObject(), nDim(_nDim),
-                                                 field(false), fixed(false), moving(false),
-                                                 msh(_msh), nthreads(nthrds)
+                                              field(false), fixed(false), moving(false),
+                                              msh(_msh), nthreads(nthrds)
 {
     // Check problem dimension
     if (nDim != 2 && nDim != 3)
@@ -497,7 +497,8 @@ void MshDeform::deform()
         e->update();
     for (auto e : intBndElems)
         e->update();
-    std::cout << "done\n" << std::endl;
+    std::cout << "done\n"
+              << std::endl;
 }
 
 /**