]> granicus.if.org Git - apache/commitdiff
This patch removes spaces that shouldn't be there.
authorJeff Trawick <trawick@apache.org>
Wed, 18 Jul 2001 19:38:35 +0000 (19:38 +0000)
committerJeff Trawick <trawick@apache.org>
Wed, 18 Jul 2001 19:38:35 +0000 (19:38 +0000)
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

include/http_log.h

index 1b39029911c2b255185bc7d7beb7aa7bc7cef4db..4c99390740a69321e98cefdbb8a251ceecb1fc8c 100644 (file)
@@ -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;