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

@ -163,7 +163,7 @@ class Vector3{
/**
* Return a Vector3 instance
*
*
* @return Vector3
*/
public function asVector3() : Vector3{