mirror of
https://github.com/tiennm99/godot.git
synced 2026-06-28 07:07:48 +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