1
0
mirror of https://github.com/godotengine/godot.git synced 2025-11-04 12:00:25 +00:00

Fix code style issues

This commit is contained in:
Rémi Verschelde
2019-01-26 22:35:31 +01:00
parent 16fa788510
commit c3b0ee5941
9 changed files with 20 additions and 26 deletions

View File

@@ -84,7 +84,6 @@ public:
virtual String get_filesystem_type() const;
DirAccessUnix();
~DirAccessUnix();
};