output/analog: Add missing space (consistency).
This commit is contained in:
parent
79bc9924d7
commit
641d8f276c
|
@ -122,7 +122,7 @@ static void fancyprint(int unit, int mqflags, float value, GString *out)
|
||||||
si_printf(value, out, "Hz");
|
si_printf(value, out, "Hz");
|
||||||
break;
|
break;
|
||||||
case SR_UNIT_PERCENTAGE:
|
case SR_UNIT_PERCENTAGE:
|
||||||
g_string_append_printf(out, "%f%%", value);
|
g_string_append_printf(out, "%f %%", value);
|
||||||
break;
|
break;
|
||||||
case SR_UNIT_BOOLEAN:
|
case SR_UNIT_BOOLEAN:
|
||||||
if (value > 0)
|
if (value > 0)
|
||||||
|
|
Loading…
Reference in New Issue