Oops, didn't mean to add a space there :(

SVN revision: 49778
This commit is contained in:
Christopher Michael 2010-06-21 02:47:02 +00:00
parent d257679726
commit 8f8bc172e3
1 changed files with 2 additions and 2 deletions

View File

@ -63,9 +63,9 @@ temperature_udev_update(void *data)
}
if (inst->units == FAHRENHEIT)
snprintf(buf, sizeof(buf), "%3.0f °F", temp);
snprintf(buf, sizeof(buf), "%3.0f°F", temp);
else
snprintf(buf, sizeof(buf), "%3.0f °C", temp);
snprintf(buf, sizeof(buf), "%3.0f°C", temp);
_temperature_face_level_set(inst,
(double)(temp - inst->low) /