diff --git a/Solver/elasticitySolver.cpp b/Solver/elasticitySolver.cpp
index f5c3987e385b20ae15cf15b56e8cbd3f4e8a75e9..72ace8fd311a35d6ffe3fcf7a414b12063b2ebe4 100644
--- a/Solver/elasticitySolver.cpp
+++ b/Solver/elasticitySolver.cpp
@@ -493,7 +493,7 @@ static double vonMises(dofManager<double> *a, MElement *e,
 }
 
 void elasticitySolver::getSolutionOnElement (MElement *el, fullMatrix<double> &sol) {
-  
+
 }
 
 PView* elasticitySolver::buildDisplacementView (const std::string postFileName)