From 5a6b5b3692a3e2718f1efe75d07eeea3a566c031 Mon Sep 17 00:00:00 2001 From: Jasmine Iwanek Date: Thu, 12 Dec 2024 14:29:41 -0500 Subject: [PATCH] Some SSI-2001 formatting --- src/sound/snd_ssi2001.c | 18 +++++++++--------- 1 file changed, 9 insertions(+), 9 deletions(-) diff --git a/src/sound/snd_ssi2001.c b/src/sound/snd_ssi2001.c index 9afb5c6ea..36bce543f 100644 --- a/src/sound/snd_ssi2001.c +++ b/src/sound/snd_ssi2001.c @@ -126,15 +126,15 @@ static const device_config_t ssi2001_config[] = { }; const device_t ssi2001_device = { - .name = "Innovation SSI-2001", + .name = "Innovation SSI-2001", .internal_name = "ssi2001", - .flags = DEVICE_ISA, - .local = 0, - .init = ssi2001_init, - .close = ssi2001_close, - .reset = NULL, - { .available = NULL }, + .flags = DEVICE_ISA, + .local = 0, + .init = ssi2001_init, + .close = ssi2001_close, + .reset = NULL, + { .available = NULL }, .speed_changed = NULL, - .force_redraw = NULL, - .config = ssi2001_config + .force_redraw = NULL, + .config = ssi2001_config };