Fix spaces in ovni/setup.c
This commit is contained in:
parent
2be46393e1
commit
9304e84262
@ -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 ------------------ */
|
||||||
|
Loading…
Reference in New Issue
Block a user