summaryrefslogtreecommitdiff
path: root/sysdeps/common/sysdeps_suid.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/common/sysdeps_suid.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/common/sysdeps_suid.c')
-rw-r--r--sysdeps/common/sysdeps_suid.c44
1 files changed, 23 insertions, 21 deletions
diff --git a/sysdeps/common/sysdeps_suid.c b/sysdeps/common/sysdeps_suid.c
index 97731d9f..554fe355 100644
--- a/sysdeps/common/sysdeps_suid.c
+++ b/sysdeps/common/sysdeps_suid.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
@@ -28,65 +30,65 @@
glibtop_init_func_t _glibtop_init_hook_p [] = {
#if GLIBTOP_SUID_CPU
- glibtop_init_cpu_p,
+ glibtop_init_cpu_p,
#endif
#if GLIBTOP_SUID_MEM
- glibtop_init_mem_p,
+ glibtop_init_mem_p,
#endif
#if GLIBTOP_SUID_SWAP
- glibtop_init_swap_p,
+ glibtop_init_swap_p,
#endif
#if GLIBTOP_SUID_UPTIME
- glibtop_init_uptime_p,
+ glibtop_init_uptime_p,
#endif
#if GLIBTOP_SUID_LOADAVG
- glibtop_init_loadavg_p,
+ glibtop_init_loadavg_p,
#endif
#if GLIBTOP_SUID_SHM_LIMITS
- glibtop_init_shm_limits_p,
+ glibtop_init_shm_limits_p,
#endif
#if GLIBTOP_SUID_MSG_LIMITS
- glibtop_init_msg_limits_p,
+ glibtop_init_msg_limits_p,
#endif
#if GLIBTOP_SUID_SEM_LIMITS
- glibtop_init_sem_limits_p,
+ glibtop_init_sem_limits_p,
#endif
#if GLIBTOP_SUID_PROCLIST
- glibtop_init_proclist_p,
+ glibtop_init_proclist_p,
#endif
#if GLIBTOP_SUID_PROC_STATE
- glibtop_init_proc_state_p,
+ glibtop_init_proc_state_p,
#endif
#if GLIBTOP_SUID_PROC_UID
- glibtop_init_proc_uid_p,
+ glibtop_init_proc_uid_p,
#endif
#if GLIBTOP_SUID_PROC_MEM
- glibtop_init_proc_mem_p,
+ glibtop_init_proc_mem_p,
#endif
#if GLIBTOP_SUID_PROC_TIME
- glibtop_init_proc_time_p,
+ glibtop_init_proc_time_p,
#endif
#if GLIBTOP_SUID_PROC_SIGNAL
- glibtop_init_proc_signal_p,
+ glibtop_init_proc_signal_p,
#endif
#if GLIBTOP_SUID_PROC_KERNEL
- glibtop_init_proc_kernel_p,
+ glibtop_init_proc_kernel_p,
#endif
#if GLIBTOP_SUID_PROC_SEGMENT
- glibtop_init_proc_segment_p,
+ glibtop_init_proc_segment_p,
#endif
#if GLIBTOP_SUID_PROC_ARGS
- glibtop_init_proc_args_p,
+ glibtop_init_proc_args_p,
#endif
#if GLIBTOP_SUID_PROC_MAP
- glibtop_init_proc_map_p,
+ glibtop_init_proc_map_p,
#endif
#if GLIBTOP_SUID_NETLOAD
- glibtop_init_netload_p,
+ glibtop_init_netload_p,
#endif
#if GLIBTOP_SUID_PPP
- glibtop_init_ppp_p,
+ glibtop_init_ppp_p,
#endif
- NULL
+ NULL
};