Skip to content

Commit 25ea9d2

Browse files
committed
perl.h: White space only
Fold long lines
1 parent 7c7fc86 commit 25ea9d2

File tree

1 file changed

+8
-7
lines changed

1 file changed

+8
-7
lines changed

perl.h

Lines changed: 8 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -75,17 +75,18 @@ all when not under DEBUGGING, reducing the number of C<#ifdef>'s in the code.
7575
The program is responsible for maintaining the correct value for C<depth>.
7676
7777
=for apidoc CmnW ||comma_pDEPTH
78-
This is used in the prototype declarations for functions that take a L</C<comma_aDEPTH>>
79-
final parameter, much like L<C<pTHX_>|perlguts/Background and MULTIPLICITY>
80-
is used in functions that take a thread context initial parameter.
78+
This is used in the prototype declarations for functions that take a
79+
L</C<comma_aDEPTH>> final parameter, much like L<C<pTHX_>|perlguts/Background
80+
and MULTIPLICITY> is used in functions that take a thread context initial
81+
parameter.
8182
8283
=for apidoc CmnW ||debug_aDEPTH
83-
Same as L</C<comma_aDEPTH>> but with no leading argument. Intended for functions with
84-
no normal arguments, and used by L</C<comma_aDEPTH>> itself.
84+
Same as L</C<comma_aDEPTH>> but with no leading argument. Intended for
85+
functions with no normal arguments, and used by L</C<comma_aDEPTH>> itself.
8586
8687
=for apidoc CmnW ||debug_pDEPTH
87-
Same as L</C<comma_pDEPTH>> but with no leading argument. Intended for functions with
88-
no normal arguments, and used by L</C<comma_pDEPTH>> itself.
88+
Same as L</C<comma_pDEPTH>> but with no leading argument. Intended for
89+
functions with no normal arguments, and used by L</C<comma_pDEPTH>> itself.
8990
9091
=cut
9192
*/

0 commit comments

Comments
 (0)