Skip to content

Commit

Permalink
More white space fixes.
Browse files Browse the repository at this point in the history
  • Loading branch information
Ulrich Drepper committed Jul 24, 2009
1 parent 89749d1 commit 7c36ced
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions sysdeps/s390/s390-64/utf8-utf32-z9.c
Original file line number Diff line number Diff line change
Expand Up @@ -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; \
}
Expand Down Expand Up @@ -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;
}
Expand Down Expand Up @@ -165,7 +165,7 @@ gconv_end (struct __gconv_step *data)
\
inptr = pInput; \
outptr = pOutput; \
cc >>= 28; \
cc >>= 28; \
\
if (cc == 1) \
{ \
Expand All @@ -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) \
{ \
Expand Down

0 comments on commit 7c36ced

Please sign in to comment.