Ignore:
Timestamp:
Jan 12, 2013, 1:43:13 PM (11 years ago)
Author:
Jason Gross <jgross@mit.edu>
Children:
e3a0d71, 4485285
Parents:
4626016
git-author:
Jason Gross <jgross@mit.edu> (01/12/13 13:13:18)
git-committer:
Jason Gross <jgross@mit.edu> (01/12/13 13:43:13)
Message:
Remove trailing whitespace

This commit was made with the command sequence

    for i in $(git ls-files | tr '\n' ' ');
    do
      echo $i; sed -i s'/\s\+$//g' "$(readlink -f $i)";
    done
File:
1 edited

Legend:

Unmodified
Added
Removed
  • perl/modules/Jabber/inc/Module/Install/Fetch.pm

    r300b470 r7869e48  
    1414sub get_file {
    1515    my ($self, %args) = @_;
    16     my ($scheme, $host, $path, $file) = 
     16    my ($scheme, $host, $path, $file) =
    1717        $args{url} =~ m|^(\w+)://([^/]+)(.+)/(.+)| or return;
    1818
     
    2020        $args{url} = $args{ftp_url}
    2121            or (warn("LWP support unavailable!\n"), return);
    22         ($scheme, $host, $path, $file) = 
     22        ($scheme, $host, $path, $file) =
    2323            $args{url} =~ m|^(\w+)://([^/]+)(.+)/(.+)| or return;
    2424    }
Note: See TracChangeset for help on using the changeset viewer.