clang-format in src/machine/
This commit is contained in:
@@ -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 = {
|
||||
|
||||
Reference in New Issue
Block a user