You've already forked godot
mirror of
https://github.com/godotengine/godot.git
synced 2025-11-05 12:10:55 +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