Correct indentation.

This commit is contained in:
Guillaume Bury 2014-11-01 17:17:50 +01:00
parent 4ce4cb79be
commit 8d95cecba4
7 changed files with 134 additions and 134 deletions

View file

@ -40,7 +40,7 @@ val get_debug : unit -> int (** Current debug level *)
val need_cleanup : bool ref (** Cleanup line before printing? *) val need_cleanup : bool ref (** Cleanup line before printing? *)
val debug : int -> ('a, Buffer.t, unit, unit) format4 -> 'a val debug : int -> ('a, Buffer.t, unit, unit) format4 -> 'a
(** debug message *) (** debug message *)
val pp_pos : Lexing.position -> string val pp_pos : Lexing.position -> string