Fix comment style and nuke stray whitespace
This commit is contained in:
parent
b3a63a60e4
commit
ac402965d5
2
tr.c
2
tr.c
|
@ -204,7 +204,7 @@ is_mapping_wide(const char *set1, const char *set2)
|
||||||
set_state_defaults(&ss2);
|
set_state_defaults(&ss2);
|
||||||
ss2.s = (char *) set2;
|
ss2.s = (char *) set2;
|
||||||
/* if the character returned is from an octal triplet, it might be null
|
/* if the character returned is from an octal triplet, it might be null
|
||||||
and still need to continue */
|
* and still need to continue */
|
||||||
while((wc1 = (unsigned char) get_next_char(&ss1)) || ss1.prev_was_octal ) {
|
while((wc1 = (unsigned char) get_next_char(&ss1)) || ss1.prev_was_octal ) {
|
||||||
if(!(wc2 = (unsigned char) get_next_char(&ss2)))
|
if(!(wc2 = (unsigned char) get_next_char(&ss2)))
|
||||||
wc2 = last_wc2;
|
wc2 = last_wc2;
|
||||||
|
|
Loading…
Reference in New Issue
Block a user