]> git.ipfire.org Git - thirdparty/apache/httpd.git/commitdiff
Revert the senseless half of r605396, whitespace only change.
authorWilliam A. Rowe Jr <wrowe@apache.org>
Thu, 20 Dec 2007 23:05:13 +0000 (23:05 +0000)
committerWilliam A. Rowe Jr <wrowe@apache.org>
Thu, 20 Dec 2007 23:05:13 +0000 (23:05 +0000)
Noted by Ruediger, thanks for this catch.

git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/branches/2.2.x@606050 13f79535-47bb-0310-9956-ffa450edef68

support/httxt2dbm.c

index 04b233d0a2703fbc1ff03034df345f6a03fe213f..efe493af55c38d4275943e5a4661de9b694e3c43 100644 (file)
@@ -173,7 +173,7 @@ static apr_status_t to_dbm(apr_dbm_t *dbm, apr_file_t *fp, apr_pool_t *pool)
     return rv;
 }
 
-int main(int argc, const char * const argv[])
+int main(int argc, const char *const argv[])
 {
     apr_pool_t *pool;
     apr_status_t rv = APR_SUCCESS;