summaryrefslogtreecommitdiff
path: root/sysdeps
diff options
context:
space:
mode:
authorUlrich Drepper <drepper@redhat.com>2009-07-24 08:34:47 -0700
committerUlrich Drepper <drepper@redhat.com>2009-07-24 08:34:47 -0700
commit7c36ced067da038ea42c909b9f7c3bad5f35d7d0 (patch)
tree3cc9ee337abb47f65d8f0794de4ef32ec7532827 /sysdeps
parent89749d1970ad7326672c5dfcc765777d8d48acec (diff)
More white space fixes.
Diffstat (limited to 'sysdeps')
-rw-r--r--sysdeps/s390/s390-64/utf8-utf32-z9.c8
1 files changed, 4 insertions, 4 deletions
diff --git a/sysdeps/s390/s390-64/utf8-utf32-z9.c b/sysdeps/s390/s390-64/utf8-utf32-z9.c
index 14847e2403..17ef8bc890 100644
--- a/sysdeps/s390/s390-64/utf8-utf32-z9.c
+++ b/sysdeps/s390/s390-64/utf8-utf32-z9.c
@@ -55,7 +55,7 @@
/* Emit the Byte Order Mark. */ \
if (__builtin_expect (outbuf + 4 > outend, 0)) \
return __GCONV_FULL_OUTPUT; \
- \
+ \
put32u (outbuf, BOM); \
outbuf += 4; \
}
@@ -90,7 +90,7 @@ gconv_init (struct __gconv_step *step)
if (__strcasecmp (step->__from_name, "ISO-10646/UTF8/") == 0
&& (__strcasecmp (step->__to_name, "UTF-32//") == 0
|| __strcasecmp (step->__to_name, "UTF-32BE//") == 0
- || __strcasecmp (step->__to_name, "INTERNAL") == 0))
+ || __strcasecmp (step->__to_name, "INTERNAL") == 0))
{
dir = from_utf8;
}
@@ -165,7 +165,7 @@ gconv_end (struct __gconv_step *data)
\
inptr = pInput; \
outptr = pOutput; \
- cc >>= 28; \
+ cc >>= 28; \
\
if (cc == 1) \
{ \
@@ -186,7 +186,7 @@ gconv_end (struct __gconv_step *data)
#define MIN_NEEDED_OUTPUT MIN_NEEDED_TO
#define LOOPFCT FROM_LOOP
/* The software routine is copied from gconv_simple.c. */
-#define BODY \
+#define BODY \
{ \
if (GLRO (dl_hwcap) & HWCAP_S390_ETF3EH) \
{ \