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:
@@ -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) ",
|
||||
|
Reference in New Issue
Block a user