Whitespace change.
[whenjobs.git] / lib / whenproto.x
index 603cf91..7988c78 100644 (file)
@@ -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. */