diff options
Diffstat (limited to 'tools/mkfs.hefs.cc')
| -rw-r--r-- | tools/mkfs.hefs.cc | 12 |
1 files changed, 6 insertions, 6 deletions
diff --git a/tools/mkfs.hefs.cc b/tools/mkfs.hefs.cc index 692e58f0..1324735d 100644 --- a/tools/mkfs.hefs.cc +++ b/tools/mkfs.hefs.cc @@ -1,23 +1,23 @@ -/* ------------------------------------------- +/* ======================================== Copyright (C) 2025, Amlal El Mahrouss, licensed under the Apache 2.0 license. -------------------------------------------- */ +======================================== */ -#include <tools/libmkfs/openhefs.h> #include <tools/libmkfs/mkfs.h> +#include <tools/libmkfs/openhefs.h> #include <algorithm> #include <cstdlib> #include <cstring> #include <fstream> #include <limits> -static uint16_t kVersion = kHeFSVersion; -static uint16_t kNumericalBase = 10; +static uint16_t kVersion = kHeFSVersion; +static uint16_t kNumericalBase = 10; static size_t kDiskSize = mkfs::detail::gib_cast(4UL); static std::u8string kDiskLabel; -static size_t kDiskSectorSz = 512; +static size_t kDiskSectorSz = 512; int main(int argc, char** argv) { if (argc < 2) { |
