diff options
author | Rémi Verschelde <rverschelde@gmail.com> | 2019-01-26 22:35:31 +0100 |
---|---|---|
committer | Rémi Verschelde <rverschelde@gmail.com> | 2019-01-26 22:35:31 +0100 |
commit | c3b0ee59412f16427194518f5261eeb7cf002606 (patch) | |
tree | 65a5e59cf4a70bde2c43562cd821cc90f772bde6 /core/os | |
parent | 16fa7885109988df1a2cec2b1859d2658dfbcae8 (diff) |
Fix code style issues
Diffstat (limited to 'core/os')
-rw-r--r-- | core/os/dir_access.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/core/os/dir_access.h b/core/os/dir_access.h index 36ccbc9b4d..bde19bd5ae 100644 --- a/core/os/dir_access.h +++ b/core/os/dir_access.h @@ -98,7 +98,7 @@ public: virtual Error rename(String p_from, String p_to) = 0; virtual Error remove(String p_name) = 0; - virtual String get_filesystem_type() const=0 ; + virtual String get_filesystem_type() const = 0; static String get_full_path(const String &p_path, AccessType p_access); static DirAccess *create_for_path(const String &p_path); |