Remove trailing blanks.
authorJim Meyering <jim@meyering.net>
Thu, 11 Nov 2004 09:26:43 +0000 (09:26 +0000)
committerJim Meyering <jim@meyering.net>
Thu, 11 Nov 2004 09:26:43 +0000 (09:26 +0000)
lib/linebreak.c

index 78fb657e6215b329464f5f5d8651c9845e501073..f38f464d529ac0e96bf4744f5b590b312ac415cb 100644 (file)
@@ -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);