From 9304e8426272e41de0d2da4da8b8de1519c9d53e Mon Sep 17 00:00:00 2001 From: Rodrigo Arias Date: Tue, 21 Mar 2023 10:43:26 +0100 Subject: [PATCH] Fix spaces in ovni/setup.c --- src/emu/ovni/setup.c | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/src/emu/ovni/setup.c b/src/emu/ovni/setup.c index 00f898a..8326c33 100644 --- a/src/emu/ovni/setup.c +++ b/src/emu/ovni/setup.c @@ -33,11 +33,11 @@ static const int pvt_type[] = { }; static const char *pcf_prefix[CH_MAX] = { - [CH_FLUSH] = "Flushing ovni buffer", + [CH_FLUSH] = "Flushing ovni buffer", }; static const struct pcf_value_label flushing_values[] = { - { ST_FLUSHING, "Flushing" }, + { ST_FLUSHING, "Flushing" }, { -1, NULL }, }; @@ -59,11 +59,11 @@ static const struct model_pvt_spec pvt_spec = { /* ----------------- tracking ------------------ */ static const int th_track[CH_MAX] = { - [CH_FLUSH] = TRACK_TH_ANY, + [CH_FLUSH] = TRACK_TH_ANY, }; static const int cpu_track[CH_MAX] = { - [CH_FLUSH] = TRACK_TH_RUN, + [CH_FLUSH] = TRACK_TH_RUN, }; /* ----------------- chan_spec ------------------ */