mirror of
https://github.com/usatiuk/ficus.git
synced 2025-10-29 00:27:52 +01:00
misc: run clang-format
This commit is contained in:
@@ -4871,8 +4871,7 @@ static constexpr std::array<std::array<uint8_t, 16>, 256> fonts_Terminess_Powerl
|
||||
0b00000000,
|
||||
0b00000000,
|
||||
0b00000000,
|
||||
}
|
||||
};
|
||||
}};
|
||||
|
||||
|
||||
#endif //FONTS_HPP
|
||||
|
||||
@@ -6,9 +6,9 @@
|
||||
#define FRAMEBUFFER_HPP
|
||||
|
||||
|
||||
#include <utility>
|
||||
#include <cstddef>
|
||||
#include <cstdint>
|
||||
#include <utility>
|
||||
|
||||
|
||||
class Framebuffer {
|
||||
|
||||
@@ -21,7 +21,7 @@ public:
|
||||
namespace VFSGlobals {
|
||||
extern RootNode root;
|
||||
extern MountTable mounts;
|
||||
}; // namespace VFSGlobals
|
||||
} // namespace VFSGlobals
|
||||
|
||||
|
||||
#endif //FICUS_VFSGLOBALS_HPP
|
||||
|
||||
Reference in New Issue
Block a user