formatting
authorpaulson
Wed, 23 May 2007 14:52:12 +0200
changeset 23083 e692e0a38bad
parent 23082 ffef77eed382
child 23084 bc000fc64fce
formatting
src/HOL/Tools/res_reconstruct.ML
--- a/src/HOL/Tools/res_reconstruct.ML	Wed May 23 07:00:18 2007 +0200
+++ b/src/HOL/Tools/res_reconstruct.ML	Wed May 23 14:52:12 2007 +0200
@@ -470,7 +470,7 @@
 val restore_newlines = String.translate (fn c => if c = #"\t" then "\n" else str c);
 
 fun signal_success probfile toParent ppid msg = 
-  (trace ("\nReporting Success for" ^ probfile ^ "\n" ^ msg);
+  (trace ("\nReporting Success for " ^ probfile ^ "\n" ^ msg);
    TextIO.output (toParent, "Success. " ^ encode_newlines msg ^ "\n");
    TextIO.output (toParent, probfile ^ "\n");
    TextIO.flushOut toParent;