mirror of
https://github.com/fergalmoran/ladybird.git
synced 2025-12-27 03:37:53 +00:00
Kernel: Run clang-format on a couple of FileSystem sources
Fixes bad formatting in commit abcf05801a.
This commit is contained in:
@@ -262,7 +262,7 @@ void VirtualFileSystem::sync_filesystems()
|
||||
for (auto& fs : file_systems) {
|
||||
auto result = fs->flush_writes();
|
||||
if (result.is_error()) {
|
||||
//TODO: Figure out how to propagate error to a higher function.
|
||||
// TODO: Figure out how to propagate error to a higher function.
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user