Minor whitespace fixes.

This commit is contained in:
Uwe Hermann 2013-05-03 14:03:49 +02:00
parent e6b2b4df9d
commit 06c45a66f7
4 changed files with 80 additions and 79 deletions

View File

@ -175,6 +175,7 @@ static void fancyprint(int unit, int mqflags, float value, GString *out)
break; break;
default: default:
si_printf(value, out, ""); si_printf(value, out, "");
break;
} }
if ((mqflags & (SR_MQFLAG_AC | SR_MQFLAG_DC)) == (SR_MQFLAG_AC | SR_MQFLAG_DC)) if ((mqflags & (SR_MQFLAG_AC | SR_MQFLAG_DC)) == (SR_MQFLAG_AC | SR_MQFLAG_DC))
g_string_append_printf(out, " AC+DC"); g_string_append_printf(out, " AC+DC");