Skip to content

Commit 86367bd

Browse files
committed
Add spaces which were most likely accidentally removed in the past
1 parent 5bf57f3 commit 86367bd

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

lib/phpseclib/PHP/Compat/Function/str_split.php

+1-1
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,7 @@ function php_compat_str_split($string, $split_length = 1)
2626
user_error('str_split() The length of each segment must be greater than zero', E_USER_WARNING);
2727
return false;
2828
}
29-
29+
3030
// Select split method
3131
if ($split_length < 65536) {
3232
// Faster, but only works for less than 2^16

0 commit comments

Comments
 (0)