From 97454060eb5419abcc68b725bfcf5fb1e314a1f8 Mon Sep 17 00:00:00 2001 From: Philipp Schafft Date: Thu, 6 Nov 2014 23:55:58 +0000 Subject: [PATCH] coding style and typo correcion svn path=/icecast/trunk/icecast/; revision=19266 --- src/cfgfile.h | 11 +++-------- 1 file changed, 3 insertions(+), 8 deletions(-) diff --git a/src/cfgfile.h b/src/cfgfile.h index 37bc1b1c..ffa82cb6 100644 --- a/src/cfgfile.h +++ b/src/cfgfile.h @@ -3,7 +3,7 @@ * This program is distributed under the GNU General Public License, version 2. * A copy of this license is included with this source. * - * Copyright 2000-2004, Jack Moffitt , * Michael Smith , * oddsock , * Karl Heyes @@ -31,8 +31,7 @@ struct _mount_proxy; #define XMLSTR(str) ((xmlChar *)(str)) -typedef struct ice_config_dir_tag -{ +typedef struct ice_config_dir_tag { char *host; int touch_interval; struct ice_config_dir_tag *next; @@ -116,8 +115,7 @@ typedef struct _listener_t { int ssl; } listener_t; -typedef struct ice_config_tag -{ +typedef struct ice_config_tag { char *config_filename; char *location; @@ -220,6 +218,3 @@ void config_release_config(void); ice_config_t *config_get_config_unlocked(void); #endif /* __CFGFILE_H__ */ - - -