2
0
mirror of https://github.com/lm-sensors/lm-sensors synced 2025-08-31 06:15:15 +00:00

Right-align FAULT flags.

git-svn-id: http://lm-sensors.org/svn/lm-sensors/branches/lm-sensors-3.0.0@4578 7894878c-1315-0410-8ee3-d5d059ff63e0
This commit is contained in:
Jean Delvare
2007-07-07 15:26:12 +00:00
parent 2296f9b738
commit 3549a94232
2 changed files with 2 additions and 2 deletions

View File

@@ -53,7 +53,7 @@ void print_temp_info(float n_cur, float n_over, float n_hyst,
if (n_cur != HUGE_VAL)
printf("%+6.*f%s ", curprec, n_cur, degstr);
else
printf("FAULT ");
printf(" FAULT ");
if(minmax == MINMAX)
printf("(low = %+5.*f%s, high = %+5.*f%s) ",