tuned whitespace
authorhaftmann
Tue, 02 Jun 2009 15:53:03 +0200
changeset 31375 815426e7dd3b
parent 31362 edf74583715a
child 31376 4356b52b03f7
tuned whitespace
src/HOL/Tools/numeral.ML
--- a/src/HOL/Tools/numeral.ML	Tue Jun 02 10:04:03 2009 +0200
+++ b/src/HOL/Tools/numeral.ML	Tue Jun 02 15:53:03 2009 +0200
@@ -77,7 +77,7 @@
       (Code_Printer.str o Code_Printer.literal_numeral literals unbounded
         o the_default 0 o dest_numeral pls' min' bit0' bit1' thm) t;
   in
-    thy |>  Code_Target.add_syntax_const target number_of
+    thy |> Code_Target.add_syntax_const target number_of
       (SOME (1, ([@{const_name Int.Pls}, @{const_name Int.Min}, @{const_name Int.Bit0}, @{const_name Int.Bit1}], pretty)))
   end;