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

    r919cbf2 r7869e48  
    4242  int badargs = 0;
    4343  char *msg = NULL;
    44  
     44
    4545  /* start with null entries */
    4646  z->cmd=NULL;
     
    177177
    178178  if (z->noping) return;
    179  
     179
    180180  if (strcasecmp(z->class, "message")) {
    181181    return;
Note: See TracChangeset for help on using the changeset viewer.