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/Jabber/Dialback/Verify.pm

    rc2bed55 r7869e48  
    151151=head2 Test functions
    152152
    153   DefinedTo() - returns 1 if the to attribute is defined in the 
     153  DefinedTo() - returns 1 if the to attribute is defined in the
    154154                <db:verify/>, 0 otherwise.
    155155
    156   DefinedFrom() - returns 1 if the from attribute is defined in the 
     156  DefinedFrom() - returns 1 if the from attribute is defined in the
    157157                  <db:verify/>, 0 otherwise.
    158158
    159   DefinedType() - returns 1 if the type attribute is defined in the 
     159  DefinedType() - returns 1 if the type attribute is defined in the
    160160                  <db:verify/>, 0 otherwise.
    161161
    162   DefinedID() - returns 1 if the id attribute is defined in the 
     162  DefinedID() - returns 1 if the id attribute is defined in the
    163163                  <db:verify/>, 0 otherwise.
    164164
Note: See TracChangeset for help on using the changeset viewer.