]> git.ipfire.org Git - thirdparty/gettext.git/commitdiff
Add a patch from gnulib.
authorBruno Haible <bruno@clisp.org>
Wed, 12 Jan 2005 13:11:38 +0000 (13:11 +0000)
committerBruno Haible <bruno@clisp.org>
Tue, 23 Jun 2009 10:12:02 +0000 (12:12 +0200)
gettext-tools/lib/ChangeLog
gettext-tools/lib/linebreak.c

index 0d89ab906b3180d7ae103ad29e1749b3d8a84698..e0d5bab3d55930f7ed510b0b8c3bb9830bdecb90 100644 (file)
        SIG_IGN.
        Reported by Paul Eggert.
 
+2004-11-11  Jim Meyering  <jim@meyering.net>
+
+       * linebreak.c: Remove trailing blanks.
+
 2004-11-10  Paul Eggert  <eggert@cs.ucla.edu>
 
        * quotearg.c (struct quoting_options): Use unsigned int for
index c063d2f0d100278bef2bb85969a1bc71b5f0f411..375802719f6bd6d63ad379119e22a94078ea06d5 100644 (file)
@@ -1032,7 +1032,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);
@@ -1118,7 +1118,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);
@@ -1201,7 +1201,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);