Skip to content

Commit a20c03c

Browse files
committed
Fix format
1 parent 219339e commit a20c03c

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

core/io/file_access.h

+1-1
Original file line numberDiff line numberDiff line change
@@ -120,7 +120,7 @@ class FileAccess : public RefCounted {
120120

121121
protected:
122122
virtual String _get_path() const { return ""; }
123-
123+
124124
bool _is_temp_file = false;
125125
bool _temp_keep_after_use = false;
126126
String _temp_path;

core/io/filesystem_protocol_uid.h

+2-2
Original file line numberDiff line numberDiff line change
@@ -43,7 +43,7 @@ class FileSystemProtocolUID : public FileSystemProtocol {
4343
public:
4444
FileSystemProtocolUID();
4545
FileSystemProtocolUID(const Ref<FileSystemProtocol> &p_protocol_res);
46-
46+
4747
void set_protocol_resources(const Ref<FileSystemProtocol> &p_protocol_res);
4848

4949
virtual String globalize_path(const String &p_path) const override;
@@ -60,4 +60,4 @@ class FileSystemProtocolUID : public FileSystemProtocol {
6060
virtual Error set_read_only_attribute(const String &p_path, bool p_ro) const override;
6161
};
6262

63-
#endif // FILESYSTEM_PROTOCOL_USER_H
63+
#endif // FILESYSTEM_PROTOCOL_UID_H

0 commit comments

Comments
 (0)