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

@ -29,7 +29,7 @@ class Color{
/** @var int */
protected $a, $r, $g, $b;
public function __construct(int $r, int $g, int $b, int $a = 0xff){
$this->r = $r & 0xff;
$this->g = $g & 0xff;