Fix spaces in ovni/setup.c

This commit is contained in:
Rodrigo Arias 2023-03-21 10:43:26 +01:00 committed by Rodrigo Arias Mallo
parent 2be46393e1
commit 9304e84262

View File

@ -33,11 +33,11 @@ static const int pvt_type[] = {
}; };
static const char *pcf_prefix[CH_MAX] = { 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[] = { static const struct pcf_value_label flushing_values[] = {
{ ST_FLUSHING, "Flushing" }, { ST_FLUSHING, "Flushing" },
{ -1, NULL }, { -1, NULL },
}; };
@ -59,11 +59,11 @@ static const struct model_pvt_spec pvt_spec = {
/* ----------------- tracking ------------------ */ /* ----------------- tracking ------------------ */
static const int th_track[CH_MAX] = { static const int th_track[CH_MAX] = {
[CH_FLUSH] = TRACK_TH_ANY, [CH_FLUSH] = TRACK_TH_ANY,
}; };
static const int cpu_track[CH_MAX] = { static const int cpu_track[CH_MAX] = {
[CH_FLUSH] = TRACK_TH_RUN, [CH_FLUSH] = TRACK_TH_RUN,
}; };
/* ----------------- chan_spec ------------------ */ /* ----------------- chan_spec ------------------ */