~npalix/coccinelle/upstream

« back to all changes in this revision

Viewing changes to engine/ctltotex.ml

  • 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:
228
228
      Printf.fprintf o "%s\n" res)
229
229
    ctls;
230
230
  Printf.fprintf o "\\end{array}\\]\n\n"
231
 
  
 
231
 
232
232
let make_prelude o = Printf.fprintf o "%s\n" prelude
233
233
let make_postlude o = Printf.fprintf o "%s\n" postlude
234
234