diff options
| author | Amlal <amlal@nekernel.org> | 2025-05-01 16:44:37 +0200 |
|---|---|---|
| committer | Amlal <amlal@nekernel.org> | 2025-05-01 16:44:37 +0200 |
| commit | 7b59d3e2fab595c920771368d33f7a42745cd5b1 (patch) | |
| tree | 75c3ca54a4cb4af18076c957bb6232fa10a47ccb /tooling/mkfs.h | |
| parent | dc6c85c9344732a12f5e8f74e4cfc374b8bd391f (diff) | |
kernel: HeFS: did progress on IND allocation.
Signed-off-by: Amlal <amlal@nekernel.org>
Diffstat (limited to 'tooling/mkfs.h')
| -rw-r--r-- | tooling/mkfs.h | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/tooling/mkfs.h b/tooling/mkfs.h index 650261db..7180b179 100644 --- a/tooling/mkfs.h +++ b/tooling/mkfs.h @@ -6,9 +6,9 @@ #pragma once +#include <tooling/rang.h> #include <iostream> #include <string> -#include <tooling/rang.h> /// @internal namespace mkfs { @@ -28,9 +28,9 @@ inline std::basic_string<CharType> get_option(const std::basic_string<CharType>& } inline auto console_out() -> std::ostream& { - std::ostream& conout = std::cout; - conout << rang::fg::red << "mkfs: " << rang::style::reset; + std::ostream& conout = std::cout; + conout << rang::fg::red << "mkfs: " << rang::style::reset; - return conout; + return conout; } } // namespace mkfs
\ No newline at end of file |
