From b139baf5b616159972b0412a1794ac9e6e513196 Mon Sep 17 00:00:00 2001 From: "Richard W.M. Jones" Date: Thu, 23 Feb 2012 20:30:13 +0000 Subject: [PATCH] Whitespace change. --- lib/whenproto.x | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lib/whenproto.x b/lib/whenproto.x index 603cf91..7988c78 100644 --- a/lib/whenproto.x +++ b/lib/whenproto.x @@ -63,7 +63,7 @@ union variable switch (variable_type t) { case INT_T: string_big_int i; /* OCaml [big_int], as a string. */ case FLOAT_T: - double f; /* C 'double' maps to an OCaml 'float' */ + double f; /* C 'double' maps to an OCaml 'float' */ }; /* The API of the daemon. */ -- 1.8.3.1