From da0e83c01161d0c216f3831d5be21df728691c64 Mon Sep 17 00:00:00 2001 From: Amlal El Mahrouss Date: Sun, 11 May 2025 16:48:02 +0200 Subject: feat(kernel/hefs): Fixed the shortcomings and issues of HeFS. Signed-off-by: Amlal El Mahrouss --- tooling/fsck.hefs.cc | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'tooling') diff --git a/tooling/fsck.hefs.cc b/tooling/fsck.hefs.cc index 9d67aa38..96cd36b6 100644 --- a/tooling/fsck.hefs.cc +++ b/tooling/fsck.hefs.cc @@ -10,7 +10,8 @@ int main(int argc, char** argv) { if (argc < 2) { - mkfs::console_out() << "fsck: hefs: usage: fsck.hefs i " << "\n"; + mkfs::console_out() << "fsck: hefs: usage: fsck.hefs i " + << "\n"; return EXIT_FAILURE; } -- cgit v1.2.3