summaryrefslogtreecommitdiff
path: root/op_reg_common.h
diff options
context:
space:
mode:
authorKarl Williamson <khw@cpan.org>2014-09-17 17:59:39 -0600
committerKarl Williamson <khw@cpan.org>2014-09-29 11:07:40 -0600
commita297f62776814496b3d468e7406a4c3069097f29 (patch)
treebcb4f136bc1565f53a8ab1be7a2043805bc27eab /op_reg_common.h
parent334afb3ef43aa91a8701c4ca7e753a5ec8e71f88 (diff)
downloadperl-a297f62776814496b3d468e7406a4c3069097f29.tar.gz
op_reg_common.h: White-space only
Align columns vertically
Diffstat (limited to 'op_reg_common.h')
-rw-r--r--op_reg_common.h8
1 files changed, 4 insertions, 4 deletions
diff --git a/op_reg_common.h b/op_reg_common.h
index 7ff27de578..a5cdcdbec5 100644
--- a/op_reg_common.h
+++ b/op_reg_common.h
@@ -107,10 +107,10 @@ get_regex_charset(const U32 flags)
#endif
/* These copies need to be numerical or defsubs_h.PL won't know about them. */
-#define PMf_MULTILINE 1<<0
-#define PMf_SINGLELINE 1<<1
-#define PMf_FOLD 1<<2
-#define PMf_EXTENDED 1<<3
+#define PMf_MULTILINE 1<<0
+#define PMf_SINGLELINE 1<<1
+#define PMf_FOLD 1<<2
+#define PMf_EXTENDED 1<<3
#define PMf_EXTENDED_MORE 1<<4
#define PMf_KEEPCOPY 1<<5
#define PMf_CHARSET 7<<6