From 5ebff60479fc7a9f7f50ac03b124c91d4e6ebe11 Mon Sep 17 00:00:00 2001 From: Indent Date: Thu, 19 Feb 2015 02:47:20 -0300 Subject: Reindent everything to K&R style with tabs Used uncrustify, with the configuration file in ./doc/uncrustify.cfg Commit author set to "Indent " so that it's easier to skip while doing git blame. --- conf.h | 9 ++++----- 1 file changed, 4 insertions(+), 5 deletions(-) (limited to 'conf.h') diff --git a/conf.h b/conf.h index a88396f9..1ee311bd 100644 --- a/conf.h +++ b/conf.h @@ -1,4 +1,4 @@ - /********************************************************************\ +/********************************************************************\ * BitlBee -- An IRC to other IM-networks gateway * * * * Copyright 2002-2004 Wilmer van der Gaast and others * @@ -29,8 +29,7 @@ typedef enum runmode { RUNMODE_DAEMON, RUNMODE_FORKDAEMON, RUNMODE_INETD } runmode_t; typedef enum authmode { AUTHMODE_OPEN, AUTHMODE_CLOSED, AUTHMODE_REGISTERED } authmode_t; -typedef struct conf -{ +typedef struct conf { char *iface_in, *iface_out; char *port; int nofork; @@ -56,7 +55,7 @@ typedef struct conf char *cafile; } conf_t; -G_GNUC_MALLOC conf_t *conf_load( int argc, char *argv[] ); -void conf_loaddefaults( irc_t *irc ); +G_GNUC_MALLOC conf_t *conf_load(int argc, char *argv[]); +void conf_loaddefaults(irc_t *irc); #endif -- cgit v1.2.3