You've already forked godot
mirror of
https://github.com/godotengine/godot.git
synced 2025-11-07 12:30:27 +00:00
Fix style issues from recent commits
This commit is contained in:
@@ -353,7 +353,6 @@ String DirAccessWindows::get_filesystem_type() const {
|
|||||||
ERR_FAIL_COND_V(unit_end == -1, String());
|
ERR_FAIL_COND_V(unit_end == -1, String());
|
||||||
String unit = path.substr(0, unit_end + 1) + "\\";
|
String unit = path.substr(0, unit_end + 1) + "\\";
|
||||||
|
|
||||||
|
|
||||||
WCHAR szVolumeName[100];
|
WCHAR szVolumeName[100];
|
||||||
WCHAR szFileSystemName[10];
|
WCHAR szFileSystemName[10];
|
||||||
DWORD dwSerialNumber = 0;
|
DWORD dwSerialNumber = 0;
|
||||||
|
|||||||
Reference in New Issue
Block a user