* Display CPU utilization in JSON format.
*
* IN:
- * @tab Number of tabs to print (JSON format only).
+ * @tab Number of tabs to print.
* @curr Index in array for current sample statistics.
* @itv Interval of time.
***************************************************************************
* in JSON format.
*
* IN:
- * @tab Number of tabs to print (JSON output only).
+ * @tab Number of tabs to print.
* @itv Interval of time.
* @fctr Conversion factor.
* @shi Structures describing the devices and partitions.
* format.
*
* IN:
- * @tab Number of tabs to print (JSON output only).
+ * @tab Number of tabs to print.
* @itv Interval of time.
* @fctr Conversion factor.
* @ioi Current sample statistics.
* Value displayed is 0.00.
*/
printf("%-11s", curr_string);
- cprintf_in(IS_INT, " %4d", "", cpu- 1);
+ cprintf_in(IS_INT, " %4d", "", cpu - 1);
cprintf_f(1, 9, 2, 0.0);
printf("\n");
}