From f8abeb2202d74632d94cf7aefd0f28926bd38fb2 Mon Sep 17 00:00:00 2001 From: Jim Meyering Date: Thu, 11 Nov 2004 09:26:43 +0000 Subject: [PATCH] Remove trailing blanks. --- lib/linebreak.c | 6 +++--- 1 file 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); -- 2.30.2