From 60ab550a952c3d9719b2a91ec90c9b58769f6717 Mon Sep 17 00:00:00 2001 From: Michael Schmidt Date: Wed, 14 Oct 2015 15:07:48 +0200 Subject: bug 17392: remove trailing whitespace in source files --- 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 553e1412..145927f4 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 = { init: string -> unit; atom_global: ident -> atom -> unit; -- cgit