clang-format in src/sound/
This commit is contained in:
@@ -141,29 +141,29 @@ adlib_close(void *p)
|
||||
}
|
||||
|
||||
const device_t adlib_device = {
|
||||
.name = "AdLib",
|
||||
.name = "AdLib",
|
||||
.internal_name = "adlib",
|
||||
.flags = DEVICE_ISA,
|
||||
.local = 0,
|
||||
.init = adlib_init,
|
||||
.close = adlib_close,
|
||||
.reset = NULL,
|
||||
.flags = DEVICE_ISA,
|
||||
.local = 0,
|
||||
.init = adlib_init,
|
||||
.close = adlib_close,
|
||||
.reset = NULL,
|
||||
{ .available = NULL },
|
||||
.speed_changed = NULL,
|
||||
.force_redraw = NULL,
|
||||
.config = NULL
|
||||
.force_redraw = NULL,
|
||||
.config = NULL
|
||||
};
|
||||
|
||||
const device_t adlib_mca_device = {
|
||||
.name = "AdLib (MCA)",
|
||||
.name = "AdLib (MCA)",
|
||||
.internal_name = "adlib_mca",
|
||||
.flags = DEVICE_MCA,
|
||||
.local = 0,
|
||||
.init = adlib_init,
|
||||
.close = adlib_close,
|
||||
.reset = NULL,
|
||||
.flags = DEVICE_MCA,
|
||||
.local = 0,
|
||||
.init = adlib_init,
|
||||
.close = adlib_close,
|
||||
.reset = NULL,
|
||||
{ .available = NULL },
|
||||
.speed_changed = NULL,
|
||||
.force_redraw = NULL,
|
||||
.config = NULL
|
||||
.force_redraw = NULL,
|
||||
.config = NULL
|
||||
};
|
||||
|
||||
Reference in New Issue
Block a user