Skip to content

Commit

Permalink
style: fix lint alignment.
Browse files Browse the repository at this point in the history
  • Loading branch information
poirierlouis committed May 28, 2024
1 parent 1fd405e commit e6ba9c8
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions src/FileSystemStorage.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -52,8 +52,7 @@ FileSystemStatus FileSystemStorage::is_file(const Red::CString& p_path) const {
return (status) ? FileSystemStatus::True : FileSystemStatus::False;
}

Red::Handle<File> FileSystemStorage::get_file(
const Red::CString& p_path) {
Red::Handle<File> FileSystemStorage::get_file(const Red::CString& p_path) {
if (!rw_permission) {
return {};
}
Expand Down

0 comments on commit e6ba9c8

Please sign in to comment.