Changeset 7869e48 for libfaim/util.c


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
  • libfaim/util.c

    re374dee r7869e48  
    160160/*
    161161* int snlen(const char *)
    162 * 
     162*
    163163* This takes a screen name and returns its length without
    164 * spaces.  If there are no spaces in the SN, then the 
     164* spaces.  If there are no spaces in the SN, then the
    165165* return is equal to that of strlen().
    166166*
     
    188188* on screen names for AIM/AOL.  Mainly, this means case and space
    189189* insensitivity (all case differences and spacing differences are
    190 * ignored, with the exception that screen names can not start with 
     190* ignored, with the exception that screen names can not start with
    191191* a space).
    192192*
Note: See TracChangeset for help on using the changeset viewer.