Changeset 7869e48 for buddylist.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
  • buddylist.c

    r3cdd6d2 r7869e48  
    1212  owl_buddy *b;
    1313  b=g_new(owl_buddy, 1);
    14  
     14
    1515  owl_buddy_create(b, OWL_PROTOCOL_AIM, screenname);
    1616  g_ptr_array_add(bl->buddies, b);
Note: See TracChangeset for help on using the changeset viewer.