From 4d542bc7eafadb16b845cf05d1eb4988eb55ed0f Mon Sep 17 00:00:00 2001 From: Bernhard Schommer Date: Tue, 20 Oct 2015 13:32:18 +0200 Subject: Updated PR by removing whitespaces. Bug 17450. --- debug/Debug.mli | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'debug/Debug.mli') diff --git a/debug/Debug.mli b/debug/Debug.mli index 577b0ef8..aa702971 100644 --- a/debug/Debug.mli +++ b/debug/Debug.mli @@ -18,7 +18,7 @@ open BinNums (* Record used for stroring references to the actual implementation functions *) -type implem = +type implem = { mutable init: string -> unit; mutable atom_function: ident -> atom -> unit; -- cgit