summaryrefslogtreecommitdiff
path: root/sysdeps/stub/proclist.c
diff options
context:
space:
mode:
authorMartin Baulig <martin@src.gnome.org>1999-12-26 14:05:32 +0000
committerMartin Baulig <martin@src.gnome.org>1999-12-26 14:05:32 +0000
commitf1a6e1ead8fde4b03f3fcb9ea1e1635185bc7d10 (patch)
tree6d9b7ef9252e719fbb49368a10542eb7af09089d /sysdeps/stub/proclist.c
parentd7f088bef0e858550e5ae6890082e962fc5697ad (diff)
downloadlibgtop-f1a6e1ead8fde4b03f3fcb9ea1e1635185bc7d10.tar.gz
The indentation in LibGTop was done with the following command:
find . -name \*.[ch] | xargs -i emacs -batch {} \ -l /gnome/compile/libgtop/misc/format.el -f save-buffer December 26, 1999 Martin
Diffstat (limited to 'sysdeps/stub/proclist.c')
-rw-r--r--sysdeps/stub/proclist.c10
1 files changed, 6 insertions, 4 deletions
diff --git a/sysdeps/stub/proclist.c b/sysdeps/stub/proclist.c
index 659c4939..49ecd987 100644
--- a/sysdeps/stub/proclist.c
+++ b/sysdeps/stub/proclist.c
@@ -1,3 +1,5 @@
+/* -*- Mode: C; tab-width: 8; indent-tabs-mode: t; c-basic-offset: 4 -*- */
+
/* $Id$ */
/* Copyright (C) 1998-99 Martin Baulig
@@ -33,9 +35,9 @@ static const unsigned long _glibtop_sysdeps_proclist = 0;
int
glibtop_init_proclist_s (glibtop *server)
{
- server->sysdeps.proclist = _glibtop_sysdeps_proclist;
+ server->sysdeps.proclist = _glibtop_sysdeps_proclist;
- return 0;
+ return 0;
}
/* Fetch list of currently running processes.
@@ -49,6 +51,6 @@ unsigned *
glibtop_get_proclist_s (glibtop *server, glibtop_proclist *buf,
int64_t which, int64_t arg)
{
- memset (buf, 0, sizeof (glibtop_proclist));
- return NULL;
+ memset (buf, 0, sizeof (glibtop_proclist));
+ return NULL;
}