whitespace cleanup

This commit is contained in:
James Gray
2015-02-06 19:58:23 -06:00
parent a17190236b
commit f27fda9f98
2 changed files with 0 additions and 2 deletions

View File

@@ -50,7 +50,6 @@ abstract Channel(Int) {
}
private inline function get_valid ():Bool {
return this != 0;

View File

@@ -54,7 +54,6 @@ abstract Sound(Int) {
}
private inline function get_valid ():Bool {
return this != 0;