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

    r49a8434 r7869e48  
    188188  /* if we arrive here, ucs is not a combining or C0/C1 control character */
    189189
    190   return 1 + 
     190  return 1 +
    191191    (ucs >= 0x1100 &&
    192192     (ucs <= 0x115f ||                    /* Hangul Jamo init. consonants */
Note: See TracChangeset for help on using the changeset viewer.