about summary refs log tree commit diff
path: root/sysdeps/s390/s390-64/utf16-utf32-z9.c
diff options
context:
space:
mode:
Diffstat (limited to 'sysdeps/s390/s390-64/utf16-utf32-z9.c')
-rw-r--r--sysdeps/s390/s390-64/utf16-utf32-z9.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/sysdeps/s390/s390-64/utf16-utf32-z9.c b/sysdeps/s390/s390-64/utf16-utf32-z9.c
index c9bccc98a7..868dea68ca 100644
--- a/sysdeps/s390/s390-64/utf16-utf32-z9.c
+++ b/sysdeps/s390/s390-64/utf16-utf32-z9.c
@@ -103,7 +103,7 @@ gconv_init (struct __gconv_step *step)
   if (__strcasecmp (step->__from_name, "UTF-16BE//") == 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_utf16;
     }
@@ -179,7 +179,7 @@ gconv_end (struct __gconv_step *data)
 									\
     inptr = pInput;							\
     outptr = pOutput;							\
-    cc >>= 28;          						\
+    cc >>= 28;								\
 									\
     if (cc == 1)							\
       {									\