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 --- cparser/Transform.mli | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to 'cparser/Transform.mli') diff --git a/cparser/Transform.mli b/cparser/Transform.mli index 57a4737b..a04896a9 100644 --- a/cparser/Transform.mli +++ b/cparser/Transform.mli @@ -64,11 +64,11 @@ val fundef : (Env.t -> C.stmt -> C.stmt) -> Env.t -> C.fundef -> C.fundef val program : ?decl:(Env.t -> C.decl -> C.decl) -> ?fundef:(Env.t -> C.fundef -> C.fundef) -> - ?composite:(Env.t -> C.struct_or_union -> - C.ident -> C.attributes -> C.field list -> + ?composite:(Env.t -> C.struct_or_union -> + C.ident -> C.attributes -> C.field list -> C.attributes * C.field list) -> ?typedef:(Env.t -> C.ident -> C.typ -> C.typ) -> - ?enum:(Env.t -> C.ident -> C.attributes -> C.enumerator list -> + ?enum:(Env.t -> C.ident -> C.attributes -> C.enumerator list -> C.attributes * C.enumerator list) -> ?pragma:(Env.t -> string -> string) -> C.program -> -- cgit