misc: run clang-format

This commit is contained in:
2024-05-04 12:11:03 +02:00
parent ed3599ce95
commit 3ff52a2562
17 changed files with 59 additions and 60 deletions

View File

@@ -4871,8 +4871,7 @@ static constexpr std::array<std::array<uint8_t, 16>, 256> fonts_Terminess_Powerl
0b00000000,
0b00000000,
0b00000000,
}
};
}};
#endif //FONTS_HPP

View File

@@ -6,9 +6,9 @@
#define FRAMEBUFFER_HPP
#include <utility>
#include <cstddef>
#include <cstdint>
#include <utility>
class Framebuffer {

View File

@@ -21,7 +21,7 @@ public:
namespace VFSGlobals {
extern RootNode root;
extern MountTable mounts;
}; // namespace VFSGlobals
} // namespace VFSGlobals
#endif //FICUS_VFSGLOBALS_HPP