clang-format in src/machine/

This commit is contained in:
Jasmine Iwanek
2022-09-18 17:17:57 -04:00
parent a225c9433b
commit 3fddf4d488
6 changed files with 42 additions and 50 deletions

View File

@@ -86,7 +86,7 @@ xi8088_init(const device_t *info)
}
static const device_config_t xi8088_config[] = {
// clang-format off
// clang-format off
{
.name = "turbo_setting",
.description = "Turbo",
@@ -156,7 +156,7 @@ static const device_config_t xi8088_config[] = {
.default_int = 0
},
{ .name = "", .description = "", .type = CONFIG_END }
// clang-format on
// clang-format on
};
const device_t xi8088_device = {