You've already forked godot
mirror of
https://github.com/godotengine/godot.git
synced 2026-01-03 19:11:41 +00:00
Style: Fix statements ending with ';;'
This commit is contained in:
@@ -192,6 +192,6 @@ DirAccessAndroid::DirAccessAndroid() {
|
||||
|
||||
DirAccessAndroid::~DirAccessAndroid() {
|
||||
|
||||
list_dir_end();;
|
||||
list_dir_end();
|
||||
}
|
||||
#endif
|
||||
|
||||
Reference in New Issue
Block a user