From: Jeff Trawick Date: Wed, 18 Jul 2001 19:38:35 +0000 (+0000) Subject: This patch removes spaces that shouldn't be there. X-Git-Tag: 2.0.21~36 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=db088722d74518c5399f33e8edd356edb80ccda0;p=apache This patch removes spaces that shouldn't be there. It bit me when I tried to get the new make_exports to work. I now fixed my make_exports (will commit patch later), so that will eat this anyway, but it seems nicer to make this obey the coding style rules as well. Submitted by: Sander Striker git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@89599 13f79535-47bb-0310-9956-ffa450edef68 --- diff --git a/include/http_log.h b/include/http_log.h index 1b39029911..4c99390740 100644 --- a/include/http_log.h +++ b/include/http_log.h @@ -213,14 +213,14 @@ AP_DECLARE(void) ap_log_rerror(const char *file, int line, int level, * @param s The current server * @deffunc void ap_error_log2stderr(server_rec *s) */ -AP_DECLARE(void) ap_error_log2stderr (server_rec *s); +AP_DECLARE(void) ap_error_log2stderr(server_rec *s); /** * Log the current pid of the parent process * @param p The pool to use for logging * @param fname The name of the file to log to */ -void ap_log_pid (apr_pool_t *p, const char *fname); +void ap_log_pid(apr_pool_t *p, const char *fname); typedef struct piped_log piped_log;