Skip to content

Commit 925b13c

Browse files
committed
remove trailing whitespace
1 parent 6bc89de commit 925b13c

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

doc/Language/regexes.pod6

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1490,5 +1490,5 @@ won't match a string like C<"\n \n">, because there is a blank between the
14901490
two newlines. To allow such input strings, replace C<\n+> by C<\n\s*>.
14911491
14921492
=end pod
1493-
1493+
14941494
# vim: expandtab shiftwidth=4 ft=perl6

doc/Type/NFD.pod6

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,5 +9,5 @@
99
A Codepoint string in the "D" L<Unicode Normalization Form|http://www.unicode.org/reports/tr15/>
1010
1111
=end pod
12-
12+
1313
# vim: expandtab shiftwidth=4 ft=perl6

doc/Type/NFKD.pod6

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@
88
99
A Codepoint string in Unicode Normalization Form KD. It is created by Compatibility Decomposition.
1010
For more information on what this means, see L<Unicode TR15|http://www.unicode.org/reports/tr15/>.
11-
11+
1212
=end pod
1313

1414
# vim: expandtab shiftwidth=4 ft=perl6

0 commit comments

Comments
 (0)