mirror of
https://github.com/RGBCube/serenity
synced 2025-05-25 22:05:07 +00:00
Kernel: Run clang-format on a couple of FileSystem sources
Fixes bad formatting in commit abcf05801a
.
This commit is contained in:
parent
abcf05801a
commit
4fc88aa17b
2 changed files with 1 additions and 2 deletions
|
@ -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.
|
||||
}
|
||||
}
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue