Formatting changes. Again. CVS *will* get this right if it kills both of

us. :)
This commit is contained in:
William Ferrell
2000-03-30 21:58:02 +00:00
parent ddfd41f53e
commit 0d703c5864
3 changed files with 0 additions and 3 deletions
-1
View File
@@ -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;
-1
View File
@@ -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);
-1
View File
@@ -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 ();