From d4cf780bf0687b180fa1c2973d5f5463e5aeeb72 Mon Sep 17 00:00:00 2001
From: blaisb <blais.bruno@gmail.com>
Date: Thu, 30 Apr 2020 09:05:30 -0400
Subject: [PATCH] Indentation fix

---
 examples/step-70/doc/intro.dox   | 8 ++++----
 examples/step-70/doc/results.dox | 8 ++++----
 2 files changed, 8 insertions(+), 8 deletions(-)

diff --git a/examples/step-70/doc/intro.dox b/examples/step-70/doc/intro.dox
index 4f6443f016..e500ad9d41 100644
--- a/examples/step-70/doc/intro.dox
+++ b/examples/step-70/doc/intro.dox
@@ -122,7 +122,7 @@ where $(\cdot, \cdot)_{\Omega}$ represents the $L^2$ scalar product.
 
 This variational formulation does not take into account the embedded domain. Contrarily
 to step-60, we do not enforce strongly the constraints of $\textbf{u}$ on $\Gamma$,
-but enforce them weakly. 
+but enforce them weakly.
 
 The analysis of this weak imposition of the boundary condition depends on the spacedim-dimensional measure
 of $\Gamma$. We discuss both scenario.
@@ -187,8 +187,8 @@ within $\Gamma$ resulting in :
 
 @f{eqnarray*}
 (\nabla \textbf{v}, \nabla \textbf{u})_{\Omega} + (\nabla \cdot \textbf{v}, p)_{\Omega}
- + (q, \nabla \cdot \textbf{u})_{\Omega} 
- + \beta_1 (\textbf{v}},\textbf{u})_{\Gamma} &=& 
+ + (q, \nabla \cdot \textbf{u})_{\Omega}
+ + \beta_1 (\textbf{v}},\textbf{u})_{\Gamma} &=&
   \beta_1 (\textbf{v},\textbf{g})_{\Gamma}
 @f}
 
@@ -207,7 +207,7 @@ within $\Gamma$:
  + (q, \nabla \cdot \textbf{u})_{\Omega}
  + \beta_1 (\textbf{v}},\textbf{u})_{\Gamma}
  - \beta_2 (\nabla\textbf{v},\nabla \textbf{u})_{\Gamma}
- &=&  
+ &=&
  \beta_1 (\textbf{v},\textbf{g})_{\Gamma}
 @f}
 
diff --git a/examples/step-70/doc/results.dox b/examples/step-70/doc/results.dox
index 7e62cede86..6e9a8159ad 100644
--- a/examples/step-70/doc/results.dox
+++ b/examples/step-70/doc/results.dox
@@ -39,7 +39,7 @@ subsection Stokes Immersed Problem
   set Velocity degree                    = 2
   set Viscosity                          = 1
   subsection Angular velocity
-    set Function constants  = 
+    set Function constants  =
     set Function expression = t < .5 ? 5 : -5
     set Variable names      = x,y,t
   end
@@ -52,7 +52,7 @@ subsection Stokes Immersed Problem
     set Particle grid generator arguments = 0.3, 0.3: 0.1: false
   end
   subsection Right hand side
-    set Function constants  = 
+    set Function constants  =
     set Function expression = 0; 0; 0
     set Variable names      = x,y,t
   end
@@ -74,7 +74,7 @@ subsection Stokes Immersed Problem
   set Velocity degree                    = 2
   set Viscosity                          = 1
   subsection Angular velocity
-    set Function constants  = 
+    set Function constants  =
     set Function expression = t < .5 ? 5 : -5
     set Variable names      = x,y,t
   end
@@ -87,7 +87,7 @@ subsection Stokes Immersed Problem
     set Particle grid generator arguments = 0.3, 0.3: 0.1: false
   end
   subsection Right hand side
-    set Function constants  = 
+    set Function constants  =
     set Function expression = 0; 0; 0
     set Variable names      = x,y,t
   end
-- 
2.39.5