summaryrefslogtreecommitdiff
path: root/utf8.h
diff options
context:
space:
mode:
authorKarl Williamson <public@khwilliamson.com>2014-01-27 22:30:29 -0700
committerKarl Williamson <public@khwilliamson.com>2014-01-27 23:03:48 -0700
commitbaa60164aa329dbdc2e418a7743d51a081db237e (patch)
tree80656bec5d5e3951555f2f8f558d5ef72903ca97 /utf8.h
parent31f05a37c4e9c37a7263491f2fc0237d836e1a80 (diff)
downloadperl-baa60164aa329dbdc2e418a7743d51a081db237e.tar.gz
White-space, comments only
This mostly indents and outdents base on blocks added or removed by the previous commit. But there are a few comment changes and vertical alignment of macro backslash continuation characters, and other white-space changes
Diffstat (limited to 'utf8.h')
-rw-r--r--utf8.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/utf8.h b/utf8.h
index 1022bc5a1f..f0e9d56966 100644
--- a/utf8.h
+++ b/utf8.h
@@ -57,7 +57,7 @@
#define foldEQ_utf8(s1, pe1, l1, u1, s2, pe2, l2, u2) \
foldEQ_utf8_flags(s1, pe1, l1, u1, s2, pe2, l2, u2, 0)
-#define FOLDEQ_UTF8_NOMIX_ASCII (1 << 0)
+#define FOLDEQ_UTF8_NOMIX_ASCII (1 << 0)
#define FOLDEQ_LOCALE (1 << 1)
#define FOLDEQ_S1_ALREADY_FOLDED (1 << 2)
#define FOLDEQ_S2_ALREADY_FOLDED (1 << 3)