src/HOL/Tools/Sledgehammer/sledgehammer_util.ML
changeset 54821 a12796872603
parent 54816 10d48c2a3e32
child 55212 5832470d956e
--- a/src/HOL/Tools/Sledgehammer/sledgehammer_util.ML	Thu Dec 19 15:47:17 2013 +0100
+++ b/src/HOL/Tools/Sledgehammer/sledgehammer_util.ML	Thu Dec 19 16:11:20 2013 +0100
@@ -142,8 +142,7 @@
 val one_year = seconds (365.0 * 24.0 * 60.0 * 60.0)
 
 fun with_vanilla_print_mode f x =
-  Print_Mode.setmp (filter (curry (op =) Symbol.xsymbolsN)
-                           (print_mode_value ())) f x
+  Print_Mode.setmp (filter (curry (op =) Symbol.xsymbolsN) (print_mode_value ())) f x
 
 fun hackish_string_of_term ctxt =
   with_vanilla_print_mode (Syntax.string_of_term ctxt) #> simplify_spaces