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");
|
||||
break;
|
||||
case SR_UNIT_PERCENTAGE:
|
||||
g_string_append_printf(out, "%f%%", value);
|
||||
g_string_append_printf(out, "%f %%", value);
|
||||
break;
|
||||
case SR_UNIT_BOOLEAN:
|
||||
if (value > 0)
|
||||
|
|
Loading…
Reference in New Issue