src/Sequents/modal.ML
changeset 32960 69916a850301
parent 29269 5c25a2012975
child 38500 d5477ee35820
--- a/src/Sequents/modal.ML	Sat Oct 17 01:05:59 2009 +0200
+++ b/src/Sequents/modal.ML	Sat Oct 17 14:43:18 2009 +0200
@@ -86,7 +86,7 @@
 fun step_tac n = 
     COND (has_fewer_prems 1) all_tac 
          (DETERM(fres_safe_tac n) ORELSE 
-	  (fres_unsafe_tac n APPEND fres_bound_tac n));
+          (fres_unsafe_tac n APPEND fres_bound_tac n));
 
 end;
 end;