Changeset 7869e48 for libfaim/odir.c


Ignore:
Timestamp:
Jan 12, 2013, 1:43:13 PM (12 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
  • libfaim/odir.c

    rcf02dd6 r7869e48  
    22 * Family 0x000f - Newer Search Method
    33 *
    4  * Used for searching for other AIM users by email address, name, 
     4 * Used for searching for other AIM users by email address, name,
    55 * location, commmon interests, and a few other similar things.
    66 *
     
    5252 * Subtype 0x0002 - Submit a User Search Request
    5353 *
    54  * Search for an AIM screen name based on various info 
     54 * Search for an AIM screen name based on various info
    5555 * about the person.
    5656 *
Note: See TracChangeset for help on using the changeset viewer.