Fixed some trailing whitespace

$ shopt -s globstar
 $ sed -i 's/[ \t]*$//' src/pocketmine/*/**.php

:P
This commit is contained in:
Dylan K. Taylor
2017-08-05 21:05:19 +01:00
parent fb59b57bdf
commit ecba80fd63
5 changed files with 7 additions and 7 deletions

View File

@ -50,13 +50,13 @@ class Position extends Vector3{
/**
* Return a Position instance
*
*
* @return Position
*/
public function asPosition() : Position{
return new Position($this->x, $this->y, $this->z, $this->level);
}
/**
* Returns the target Level, or null if the target is not valid.
* If a reference exists to a Level which is closed, the reference will be destroyed and null will be returned.