Skip to content

Commit b302dba

Browse files
committed
inline.h: Remove trailing blanks
1 parent b57a774 commit b302dba

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

inline.h

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1361,7 +1361,7 @@ Perl_valid_utf8_to_uv(const U8 *s, STRLEN *retlen)
13611361
/* Note that this is branchless except for the switch() jump table, and
13621362
* checking that the caller wants a *retlen returned.
13631363
*
1364-
* There is wasted effort for length 1 inputs of initializing 'uv' to 0
1364+
* There is wasted effort for length 1 inputs of initializing 'uv' to 0
13651365
* and calculating 'full_shift' (unless the compiler optimizes that out).
13661366
* Benchmarks indicate this is acceptable.
13671367
* See GH #23690 */
@@ -3307,7 +3307,7 @@ Perl_utf8_to_uv_msgs(const U8 * const s0,
33073307
*
33083308
* The terminology of the dfa refers to a 'class'. The variable 'type'
33093309
* would have been named 'class' except that is a reserved word in C++
3310-
*
3310+
*
33113311
* The table can be a U16 on EBCDIC platforms, so 'state' is declared
33123312
* as U16; 'type' is likely to never occupy more than 5 bits. */
33133313
PERL_UINT_FAST8_T type = PL_strict_utf8_dfa_tab[*s];
@@ -4781,7 +4781,7 @@ extracted from C<sv> using L</C<SvPV_const>>. C<sv> must not be NULL.
47814781
Memory deallocation
47824782
47834783
To prevent memory leaks, the memory allocated for the new string needs to be
4784-
freed when no longer needed.
4784+
freed when no longer needed.
47854785
47864786
=over
47874787

0 commit comments

Comments
 (0)