~npalix/coccinelle/upstream

« back to all changes in this revision

Viewing changes to scripts/readme.pl

  • 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:
31
31
 
32
32
# Process std. input
33
33
while(<>) {
34
 
    
 
34
 
35
35
    # Find an ignore header
36
36
    if(/^-+$/) {
37
37
        $header = $header + 1;
39
39
 
40
40
    #
41
41
    if($header > 1) {
42
 
        
 
42
 
43
43
        # Filename
44
44
        if(/^([0-9a-zA-Z_-]+)\.c\s*$/) {
45
45
            $currentfile = $1;