From f1a6e1ead8fde4b03f3fcb9ea1e1635185bc7d10 Mon Sep 17 00:00:00 2001 From: Martin Baulig Date: Sun, 26 Dec 1999 14:05:32 +0000 Subject: 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 --- glibtop.h | 38 ++++++++++++++++++++------------------ 1 file changed, 20 insertions(+), 18 deletions(-) (limited to 'glibtop.h') diff --git a/glibtop.h b/glibtop.h index 613bc16f..bfc848dc 100644 --- a/glibtop.h +++ b/glibtop.h @@ -1,3 +1,5 @@ +/* -*- Mode: C; tab-width: 8; indent-tabs-mode: t; c-basic-offset: 4 -*- */ + /* $Id$ */ /* Copyright (C) 1998-99 Martin Baulig @@ -48,24 +50,24 @@ typedef struct _glibtop_server_private glibtop_server_private; struct _glibtop { - int refcount; /* Reference count */ - unsigned flags; - unsigned method; /* Server Method */ - unsigned error_method; /* Error Method */ - int ncpu; /* Number of CPUs, zero if single-processor */ - unsigned long os_version_code; /* Version code of the operating system */ - const char *name; /* Program name for error messages */ - const char *server_command; /* Command used to invoke server */ - const char *server_host; /* Host the server should run on */ - const char *server_user; /* Name of the user on the target host */ - const char *server_rsh; /* Command used to connect to the target host */ - unsigned long features; /* Server is required for this features */ - unsigned long server_port; /* Port on which daemon is listening */ - glibtop_sysdeps sysdeps; /* Detailed feature list */ - glibtop_sysdeps required; /* Required feature list */ - glibtop_sysdeps wanted; /* We only want this features */ - glibtop_server_private *_priv; /* Private data */ - unsigned glibtop_errno; + int refcount; /* Reference count */ + unsigned flags; + unsigned method; /* Server Method */ + unsigned error_method; /* Error Method */ + int ncpu; /* Number of CPUs, zero if single-processor */ + unsigned long os_version_code; /* Version code of the operating system */ + const char *name; /* Program name for error messages */ + const char *server_command; /* Command used to invoke server */ + const char *server_host; /* Host the server should run on */ + const char *server_user; /* Name of the user on the target host */ + const char *server_rsh; /* Command used to connect to the target host */ + unsigned long features; /* Server is required for this features */ + unsigned long server_port; /* Port on which daemon is listening */ + glibtop_sysdeps sysdeps; /* Detailed feature list */ + glibtop_sysdeps required; /* Required feature list */ + glibtop_sysdeps wanted; /* We only want this features */ + glibtop_server_private *_priv; /* Private data */ + unsigned glibtop_errno; }; extern glibtop *glibtop_global_server; -- cgit v1.2.1