diff options
author | Jim Meyering <jim@meyering.net> | 2004-11-11 09:26:43 +0000 |
---|---|---|
committer | Jim Meyering <jim@meyering.net> | 2004-11-11 09:26:43 +0000 |
commit | f8abeb2202d74632d94cf7aefd0f28926bd38fb2 (patch) | |
tree | f25534dfc27f2431776336702c352b66cfbba690 /lib/linebreak.c | |
parent | f7b2e38dd51606dab99c4c7f6a456e93efd13591 (diff) | |
download | gnulib-f8abeb2202d74632d94cf7aefd0f28926bd38fb2.tar.gz |
Remove trailing blanks.
Diffstat (limited to 'lib/linebreak.c')
-rw-r--r-- | lib/linebreak.c | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/lib/linebreak.c b/lib/linebreak.c index 78fb657e62..f38f464d52 100644 --- a/lib/linebreak.c +++ b/lib/linebreak.c @@ -1024,7 +1024,7 @@ u8_width_linebreaks (const unsigned char *s, size_t n, /* No line break for the moment, may be turned into UC_BREAK_POSSIBLE later, via last_p. */ } - + *p = UC_BREAK_PROHIBITED; w = uc_width (uc, encoding); @@ -1108,7 +1108,7 @@ u16_width_linebreaks (const unsigned short *s, size_t n, /* No line break for the moment, may be turned into UC_BREAK_POSSIBLE later, via last_p. */ } - + *p = UC_BREAK_PROHIBITED; w = uc_width (uc, encoding); @@ -1191,7 +1191,7 @@ u32_width_linebreaks (const unsigned int *s, size_t n, /* No line break for the moment, may be turned into UC_BREAK_POSSIBLE later, via last_p. */ } - + *p = UC_BREAK_PROHIBITED; w = uc_width (uc, encoding); |