utfebcdic.h: white space only
authorKarl Williamson <public@khwilliamson.com>
Thu, 18 Oct 2012 03:24:54 +0000 (21:24 -0600)
committerKarl Williamson <public@khwilliamson.com>
Thu, 18 Oct 2012 16:20:06 +0000 (10:20 -0600)
utfebcdic.h

index 56ae0d2..4a662f6 100644 (file)
@@ -562,8 +562,8 @@ END_EXTERN_C
                      (uv) < 0x400000       ? 5 : \
                      (uv) < 0x4000000      ? 6 : 7 )
 
-
 #define UNI_IS_INVARIANT(c)            ((c) <  0xA0)
+
 /* UTF-EBCDIC semantic macros - transform back into I8 and then compare */
 
 #define UTF8_IS_START(c)               (NATIVE_TO_UTF(c) >= 0xC5 && NATIVE_TO_UTF(c) != 0xE0)