summaryrefslogtreecommitdiffstats
path: root/src/core/file_sys/system_archive/data/font_chinese_simplified.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'src/core/file_sys/system_archive/data/font_chinese_simplified.cpp')
-rw-r--r--src/core/file_sys/system_archive/data/font_chinese_simplified.cpp2
1 files changed, 2 insertions, 0 deletions
diff --git a/src/core/file_sys/system_archive/data/font_chinese_simplified.cpp b/src/core/file_sys/system_archive/data/font_chinese_simplified.cpp
index 545d6ba68..17c16d60e 100644
--- a/src/core/file_sys/system_archive/data/font_chinese_simplified.cpp
+++ b/src/core/file_sys/system_archive/data/font_chinese_simplified.cpp
@@ -6,6 +6,7 @@
namespace FileSys::SystemArchive::SharedFontData {
+// clang-format off
const std::array<unsigned char, 8334256> FONT_CHINESE_SIMPLIFIED{{
0x4f, 0x54, 0x54, 0x4f, 0x00, 0x0e, 0x00, 0x80, 0x00, 0x03, 0x00, 0x60,
0x43, 0x46, 0x46, 0x20, 0xa5, 0x7a, 0x17, 0xe8, 0x00, 0x00, 0x00, 0xf4,
@@ -694530,5 +694531,6 @@ const std::array<unsigned char, 8334256> FONT_CHINESE_SIMPLIFIED{{
0x00, 0x01, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00,
0x00, 0x00, 0x77, 0x3c,
}};
+// clang-format on
} // namespace FileSys::SystemArchive::SharedFontData