summaryrefslogtreecommitdiff
path: root/invlist_inline.h
diff options
context:
space:
mode:
authorKarl Williamson <khw@cpan.org>2019-02-18 19:31:25 -0700
committerKarl Williamson <khw@cpan.org>2019-11-06 18:57:38 -0700
commitde9382e0dc5f718795af0204c7f0ac973c28f816 (patch)
tree10d0f6e35bcf8e0b05f9c5a040d0b85998d1ac40 /invlist_inline.h
parent5f573d6eede052b88fb7cc0fa248fc412dec3847 (diff)
downloadperl-de9382e0dc5f718795af0204c7f0ac973c28f816.tar.gz
invlist_inline.h: White space only
Fold a too-long line
Diffstat (limited to 'invlist_inline.h')
-rw-r--r--invlist_inline.h6
1 files changed, 5 insertions, 1 deletions
diff --git a/invlist_inline.h b/invlist_inline.h
index 6817481184..047a834ba8 100644
--- a/invlist_inline.h
+++ b/invlist_inline.h
@@ -9,7 +9,11 @@
#ifndef PERL_INVLIST_INLINE_H_
#define PERL_INVLIST_INLINE_H_
-#if defined(PERL_IN_UTF8_C) || defined(PERL_IN_REGCOMP_C) || defined(PERL_IN_REGEXEC_C) || defined(PERL_IN_TOKE_C) || defined(PERL_IN_PP_C)
+#if defined(PERL_IN_UTF8_C) \
+ || defined(PERL_IN_REGCOMP_C) \
+ || defined(PERL_IN_REGEXEC_C) \
+ || defined(PERL_IN_TOKE_C) \
+ || defined(PERL_IN_PP_C)
/* An element is in an inversion list iff its index is even numbered: 0, 2, 4,
* etc */