misc: clang format

This commit is contained in:
2024-05-04 20:13:03 +02:00
parent 64f902da54
commit 137ad52596

View File

@@ -86,8 +86,8 @@ void ktask_main() {
FDT::FD fdh = VFSApi::open(StrToPath("/home"));
File *fh = VFSApi::get(fdh);
assert2(fh != nullptr,"Home dir not found!");
assert2(fh->dir().get() != nullptr,"Home dir not dir!");
assert2(fh != nullptr, "Home dir not found!");
assert2(fh->dir().get() != nullptr, "Home dir not dir!");
VFSGlobals::mounts.add_mount(new MemFs())->set_root(static_ptr_cast<NodeDir>(fh->node()));
VFSApi::close(fdh);