Add EOF newlines where missing (bulk) (#1836)

This should solve issues with people making GitHub PRs and having the web editor messing things up. GitHub Web Editor sucks :(
This commit is contained in:
Dylan K. Taylor
2017-12-20 11:56:36 +00:00
committed by GitHub
parent 0ee78d2416
commit 4f8e4f0522
600 changed files with 600 additions and 600 deletions

View File

@ -301,4 +301,4 @@ class BlockIterator implements \Iterator{
$this->currentBlock = 0;
}
}
}
}

View File

@ -181,4 +181,4 @@ class Color{
public static function fromABGR(int $code){
return new Color($code & 0xff, ($code >> 8) & 0xff, ($code >> 16) & 0xff, ($code >> 24) & 0xff);
}
}
}

View File

@ -151,4 +151,4 @@ class Random{
return $this->nextInt() % $bound;
}
}
}

View File

@ -28,4 +28,4 @@ class ReversePriorityQueue extends \SplPriorityQueue{
public function compare($priority1, $priority2){
return (int) -($priority1 - $priority2);
}
}
}

View File

@ -25,4 +25,4 @@ namespace pocketmine\utils;
class ServerException extends \RuntimeException{
}
}

View File

@ -157,4 +157,4 @@ abstract class Terminal{
//TODO: iOS
}
}
}

View File

@ -111,4 +111,4 @@ class UUID{
public function getParts() : array{
return $this->parts;
}
}
}

View File

@ -126,4 +126,4 @@ class VersionString{
return 0; //Same version
}
}
}
}