diff --git a/Python_files/Code/plotscripts/plot_TPhiS.py b/Python_files/Code/plotscripts/plot_TPhiS.py
index f59ca7c0d9ec0ce8f1ff3bdba6069c21c96ad0e2..95fb7722502bf0adf252cb86c8981aad752093a0 100644
--- a/Python_files/Code/plotscripts/plot_TPhiS.py
+++ b/Python_files/Code/plotscripts/plot_TPhiS.py
@@ -57,8 +57,8 @@ levelsS      = ([3., 8.])
 
 
 #Setting freeboard to zero if free_flag = 0
-if   free_flag == 0:
-  freeboard[:] = 0.
+if free_flag == 0:
+    freeboard[:] = 0.
 
 ylen = len(thick[0,:])
 xlen = len(thick[:,0])