summaryrefslogtreecommitdiff
path: root/toke.c
diff options
context:
space:
mode:
authorKarl Williamson <khw@cpan.org>2016-07-28 11:39:40 -0600
committerKarl Williamson <khw@cpan.org>2016-07-28 12:01:42 -0600
commit6f39eb491a3f31125ff9f8ab6b6a53e62255ac6c (patch)
tree91f2c5289b9a13a39fc6fab15bf99a2072567128 /toke.c
parentf5fcf91032268f945100bcb5ea227e419712c779 (diff)
downloadperl-6f39eb491a3f31125ff9f8ab6b6a53e62255ac6c.tar.gz
toke.c: White-space only
re-wrap a comment.
Diffstat (limited to 'toke.c')
-rw-r--r--toke.c6
1 files changed, 3 insertions, 3 deletions
diff --git a/toke.c b/toke.c
index 2c87688df4..70449ca70a 100644
--- a/toke.c
+++ b/toke.c
@@ -3678,9 +3678,9 @@ S_scan_const(pTHX_ char *start)
}
else if (! SvUTF8(res)) {
/* Make sure \N{} return is UTF-8. This is because
- * \N{} implies Unicode semantics, and scalars have to
- * be in utf8 to guarantee those semantics; but not
- * needed in tr/// */
+ * \N{} implies Unicode semantics, and scalars have
+ * to be in utf8 to guarantee those semantics; but
+ * not needed in tr/// */
sv_utf8_upgrade_flags(res, SV_UTF8_NO_ENCODING);
str = SvPV_const(res, len);
}