summaryrefslogtreecommitdiff
path: root/utf8.h
diff options
context:
space:
mode:
authorKarl Williamson <public@khwilliamson.com>2013-08-18 08:51:42 -0600
committerKarl Williamson <public@khwilliamson.com>2013-08-29 10:56:58 -0600
commit9e682c1860de00dbbf4d296f4d66f6ce553e6bd1 (patch)
tree50a7de675b57560d5aae592366d78c6564460770 /utf8.h
parenta9f50d33e5a32910a09035ea5927706c74be0d64 (diff)
downloadperl-9e682c1860de00dbbf4d296f4d66f6ce553e6bd1.tar.gz
utf8.h: White space only
Vertically align the definitions of a few #defines
Diffstat (limited to 'utf8.h')
-rw-r--r--utf8.h13
1 files changed, 7 insertions, 6 deletions
diff --git a/utf8.h b/utf8.h
index 7dcea6fe8c..1bca7e8d55 100644
--- a/utf8.h
+++ b/utf8.h
@@ -532,14 +532,15 @@ Perl's extended UTF-8 means we can have start bytes up to FF.
#define UNICODE_GREEK_SMALL_LETTER_FINAL_SIGMA 0x03C2
#define UNICODE_GREEK_SMALL_LETTER_SIGMA 0x03C3
#define GREEK_SMALL_LETTER_MU 0x03BC
-#define GREEK_CAPITAL_LETTER_MU 0x039C /* Upper and title case of MICRON */
-#define LATIN_CAPITAL_LETTER_Y_WITH_DIAERESIS 0x0178 /* Also is title case */
-#define LATIN_CAPITAL_LETTER_SHARP_S 0x1E9E
-#define LATIN_SMALL_LETTER_LONG_S 0x017F
+#define GREEK_CAPITAL_LETTER_MU 0x039C /* Upper and title case
+ of MICRON */
+#define LATIN_CAPITAL_LETTER_Y_WITH_DIAERESIS 0x0178 /* Also is title case */
+#define LATIN_CAPITAL_LETTER_SHARP_S 0x1E9E
+#define LATIN_SMALL_LETTER_LONG_S 0x017F
#define LATIN_SMALL_LIGATURE_LONG_S_T 0xFB05
#define LATIN_SMALL_LIGATURE_ST 0xFB06
-#define KELVIN_SIGN 0x212A
-#define ANGSTROM_SIGN 0x212B
+#define KELVIN_SIGN 0x212A
+#define ANGSTROM_SIGN 0x212B
#define UNI_DISPLAY_ISPRINT 0x0001
#define UNI_DISPLAY_BACKSLASH 0x0002