Formatting changes. Again. CVS *will* get this right if it kills both of
us. :)
This commit is contained in:
@@ -142,7 +142,6 @@ cpu_screen (int rep, int display)
|
||||
cpu[i][j] = cpu[CPU_BUF_SIZE-1][j];
|
||||
*/
|
||||
}
|
||||
|
||||
// Average values for final result
|
||||
for (i = 0; i < 5; i++) {
|
||||
value = 0;
|
||||
|
||||
@@ -156,7 +156,6 @@ disk_screen (int rep, int display)
|
||||
sock_send_string (sock, "widget_set D err1 5 2 { Reading }\n");
|
||||
sock_send_string (sock, "widget_set D err2 5 3 {Filesystems}\n");
|
||||
}
|
||||
|
||||
// Grab disk stats on first display, and fill "table".
|
||||
// Get rid of old, unmounted filesystems...
|
||||
memset (table, 0, sizeof (struct disp) * 256);
|
||||
|
||||
@@ -233,7 +233,6 @@ main (int argc, char **argv)
|
||||
} else if (disable_server_screen) {
|
||||
server_screen->priority = 256;
|
||||
}
|
||||
|
||||
// Main loop...
|
||||
while (1) {
|
||||
sock_poll_clients ();
|
||||
|
||||
Reference in New Issue
Block a user