whitespace cleanup
This commit is contained in:
@@ -50,7 +50,6 @@ abstract Channel(Int) {
|
|||||||
}
|
}
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
private inline function get_valid ():Bool {
|
private inline function get_valid ():Bool {
|
||||||
|
|
||||||
return this != 0;
|
return this != 0;
|
||||||
|
|||||||
@@ -54,7 +54,6 @@ abstract Sound(Int) {
|
|||||||
}
|
}
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
private inline function get_valid ():Bool {
|
private inline function get_valid ():Bool {
|
||||||
|
|
||||||
return this != 0;
|
return this != 0;
|
||||||
|
|||||||
Reference in New Issue
Block a user