From a257703e59163b4f38c38f549179b8e45ac68c63 Mon Sep 17 00:00:00 2001 From: Mukund Sivaraman Date: Mon, 1 Dec 2008 15:01:11 +0000 Subject: Reformat code to GNU coding style This is a commit which simply ran all C source code files through GNU indent. No other modifications were made. --- src/conffile.h | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'src/conffile.h') diff --git a/src/conffile.h b/src/conffile.h index 6393141..3c1b94b 100644 --- a/src/conffile.h +++ b/src/conffile.h @@ -21,7 +21,7 @@ #ifndef TINYPROXY_CONFFILE_H #define TINYPROXY_CONFFILE_H -extern int config_compile(void); -extern int config_parse(struct config_s *conf, FILE * f); +extern int config_compile (void); +extern int config_parse (struct config_s *conf, FILE * f); #endif -- cgit v1.2.3