mirror of
https://github.com/pmmp/PocketMine-MP.git
synced 2025-09-07 02:08:21 +00:00
Fixed some trailing whitespace
$ shopt -s globstar $ sed -i 's/[ \t]*$//' src/pocketmine/*/**.php :P
This commit is contained in:
@ -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;
|
||||
|
Reference in New Issue
Block a user