Release coccinelle-0.2.1-rc1
[bpt/coccinelle.git] / parsing_c / unparse_hrule.mli
index 644ac8d..3049047 100644 (file)
@@ -1,5 +1,5 @@
-(* program -> output filename (often "/tmp/output.c") -> unit *) 
-val pp_rule : 
+(* program -> output filename (often "/tmp/output.c") -> unit *)
+val pp_rule :
     Ast_cocci.metavar list (* local metavars only *) ->
       Ast_cocci.rule -> Ast_c.metavars_binding -> Common.filename -> unit