Remove unnecessary space
This commit is contained in:
parent
a58a29ae7a
commit
7882278947
1 changed files with 1 additions and 1 deletions
|
|
@ -26,7 +26,7 @@ function hash_encode($str)
|
|||
return hex2bin($str);
|
||||
}
|
||||
|
||||
function bencode ($var)
|
||||
function bencode($var)
|
||||
{
|
||||
if (is_string($var)) {
|
||||
return strlen($var) .':'. $var;
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue