Minor whitespace fixes.
This commit is contained in:
parent
e6b2b4df9d
commit
06c45a66f7
|
@ -175,6 +175,7 @@ static void fancyprint(int unit, int mqflags, float value, GString *out)
|
|||
break;
|
||||
default:
|
||||
si_printf(value, out, "");
|
||||
break;
|
||||
}
|
||||
if ((mqflags & (SR_MQFLAG_AC | SR_MQFLAG_DC)) == (SR_MQFLAG_AC | SR_MQFLAG_DC))
|
||||
g_string_append_printf(out, " AC+DC");
|
||||
|
|
Loading…
Reference in New Issue