~npalix/coccinelle/upstream

« back to all changes in this revision

Viewing changes to extra/classic_patch.mli

  • Committer: Nicolas Palix
  • Date: 2010-01-28 14:23:49 UTC
  • Revision ID: git-v1:70d17887795852eca805bfe27745b9810c0a39be
Remove trailing whitespace/tab

svn path=/coccinelle/; revision=8684

Show diffs side-by-side

added added

removed removed

Lines of Context:
1
1
open Common
2
2
 
3
 
(* used by tools/split_patch *) 
 
3
(* used by tools/split_patch *)
4
4
 
5
5
type patch = patchitem list
6
6
   and patchitem = File of filename * string (* header line *) * string list