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/utils.h | 9 +++++---- 1 file changed, 5 insertions(+), 4 deletions(-) (limited to 'src/utils.h') diff --git a/src/utils.h b/src/utils.h index 81172e2..784a2ac 100644 --- a/src/utils.h +++ b/src/utils.h @@ -27,10 +27,11 @@ */ struct conn_s; -extern int send_http_message(struct conn_s *connptr, int http_code, - const char *error_title, const char *message); +extern int send_http_message (struct conn_s *connptr, int http_code, + const char *error_title, const char *message); -extern int pidfile_create(const char *path); -extern int create_file_safely(const char *filename, unsigned int truncate_file); +extern int pidfile_create (const char *path); +extern int create_file_safely (const char *filename, + unsigned int truncate_file); #endif -- cgit v1.2.3