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/IRC/lib/BarnOwl/Module/IRC/Connection.pm

    r13ee8f2 r7869e48  
    412412        $self->{reconnect_timer}->stop;
    413413    }
    414     $self->{reconnect_timer} = 
     414    $self->{reconnect_timer} =
    415415        BarnOwl::Timer->new( {
    416416            name  => 'IRC (' . $self->alias . ') reconnect_timer',
     
    472472    $body =~ s/\cC\d+(?:,\d+)?//g;
    473473    $body =~ s/\cO//g;
    474    
     474
    475475    my @pieces = split /\cB/, $body;
    476476    my $out = '';
Note: See TracChangeset for help on using the changeset viewer.