whitespace clean up.

* *.{c,h} : whitespace clean up.
This commit is contained in:
Benoît Dejean
2004-06-09 18:52:22 +00:00
parent b0edf88ff7
commit 70b0925a82
190 changed files with 739 additions and 735 deletions

View File

@@ -35,7 +35,7 @@ init_sysinfo (glibtop *server)
{
static gboolean is_init = FALSE;
char buffer [BUFSIZ];
char buffer [BUFSIZ];
glibtop_entry *cpuinfo = NULL;
FILE *f;
@@ -58,7 +58,7 @@ init_sysinfo (glibtop *server)
cpuinfo->labels = g_ptr_array_new ();
cpuinfo->values = g_hash_table_new (NULL, NULL);
if (sysinfo.ncpu > GLIBTOP_NCPU)
sysinfo.ncpu = GLIBTOP_NCPU;
}