~npalix/coccinelle/upstream

« back to all changes in this revision

Viewing changes to tools/splitpatch.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:
514
514
         (function (file,diff) ->
515
515
           (Filename.dirname file, file, diff))
516
516
         diffs) in
517
 
  let rec loop = function 
 
517
  let rec loop = function
518
518
      [] -> []
519
519
    | (dir,file,diffs)::rest ->
520
520
        match loop rest with