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/lib/Net/XMPP.pm

    ra8c55b5 r7869e48  
    4040  like to utilize the XMPP Instant Messaging protocol.  While not a
    4141  client in and of itself, it provides all of the necessary back-end
    42   functions to make a CGI client or command-line perl client feasible 
     42  functions to make a CGI client or command-line perl client feasible
    4343  and easy to use.  Net::XMPP is a wrapper around the rest of the
    4444  official Net::XMPP::xxxxxx packages.
Note: See TracChangeset for help on using the changeset viewer.