clang-format markers

This commit is contained in:
Jasmine Iwanek
2022-11-19 10:43:42 -05:00
parent 83b220cb03
commit 35fea100db
19 changed files with 231 additions and 0 deletions

View File

@@ -77,6 +77,7 @@ FPU fpus_internal[] =
const cpu_family_t cpu_families[] = {
// clang-format off
{
.package = CPU_PKG_8088,
.manufacturer = "Intel",
@@ -1146,6 +1147,7 @@ const cpu_family_t cpu_families[] = {
}, {
.package = 0,
}
// clang-format on
};
/* Legacy CPU tables for backwards compatibility. */