~npalix/coccinelle/upstream

« back to all changes in this revision

Viewing changes to parsing_cocci/arity.ml

  • Committer: Sébastien Hinderer
  • Date: 2015-08-10 12:22:12 UTC
  • mto: (4116.2.93)
  • mto: This revision was merged to the branch mainline in revision 4121.
  • Revision ID: git-v1:848f85e256516330c06f5fd8dc782b854ed9aa03
Remove a bunch of trailing whitespaces and blank lines at end of files.

Show diffs side-by-side

added added

removed removed

Lines of Context:
596
596
      let params = parameter_list tgt params in
597
597
      let va = match va with
598
598
        | None -> None
599
 
        | Some (c1, e1) -> Some (mcode c1, mcode e1) in 
 
599
        | Some (c1, e1) -> Some (mcode c1, mcode e1) in
600
600
      let rp1 = mcode rp1 in
601
601
      let sem = mcode sem in
602
602
      make_decl decl tgt arity (Ast0.FunProto(fi,name,lp1,params,va,rp1,sem))