From: Jim Meyering Date: Thu, 11 Nov 2004 09:26:43 +0000 (+0000) Subject: Remove trailing blanks. X-Git-Url: https://pintos-os.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=f8abeb2202d74632d94cf7aefd0f28926bd38fb2;p=pspp Remove trailing blanks. --- 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);