You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@httpd.apache.org by Sander Striker <st...@apache.org> on 2001/07/18 11:59:04 UTC

[PATCH] include/http_log.h

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 aswell.

Sander

--- include/http_log.h  Wed Jul 18 11:38:24 2001
+++ include/http_log.h.new      Wed Jul 18 11:17:55 2001
@@ -213,14 +213,14 @@
  * @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;