summaryrefslogtreecommitdiff
path: root/lib/linebreak.c
diff options
context:
space:
mode:
authorJim Meyering <jim@meyering.net>2004-11-11 09:26:43 +0000
committerJim Meyering <jim@meyering.net>2004-11-11 09:26:43 +0000
commitf8abeb2202d74632d94cf7aefd0f28926bd38fb2 (patch)
treef25534dfc27f2431776336702c352b66cfbba690 /lib/linebreak.c
parentf7b2e38dd51606dab99c4c7f6a456e93efd13591 (diff)
downloadgnulib-f8abeb2202d74632d94cf7aefd0f28926bd38fb2.tar.gz
Remove trailing blanks.
Diffstat (limited to 'lib/linebreak.c')
-rw-r--r--lib/linebreak.c6
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);