sctemme 2002/08/19 11:31:49
Modified: specweb99/specweb99-1.3 mod_specweb99.c
Log:
Fixed indentation as a test of my brand new commit access. Used the
apache.org .indent.pro file which should probably also be in this source
directory.
Revision Changes Path
1.2 +7 -7 httpd-test/specweb99/specweb99-1.3/mod_specweb99.c
Index: mod_specweb99.c
===================================================================
RCS file: /home/cvs/httpd-test/specweb99/specweb99-1.3/mod_specweb99.c,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -r1.1 -r1.2
--- mod_specweb99.c 2 May 2002 20:34:13 -0000 1.1
+++ mod_specweb99.c 19 Aug 2002 18:31:49 -0000 1.2
@@ -46,9 +46,9 @@
* SUCH DAMAGE.
* ====================================================================
*
- * This software was contributed by Covalent Technologies Inc,
+ * This software was contributed by Covalent Technologies Inc,
* http://www.covalent.net around April 20002.
- *
+ *
* mod_specweb99.c -- Apache specweb99 module
* sctemme July 2001
*/
@@ -441,7 +441,7 @@
if (!e) {
_my->up_lastmod = MODTIME(s);
#ifdef DEBUG
- ap_log_error(APLOG_MARK, APLOG_DEBUG | APLOG_NOERRNO, sv,
+ ap_log_error(APLOG_MARK, APLOG_DEBUG | APLOG_NOERRNO, sv,
"checkUPFile: File re-read. Date=%ld", (long) MODTIME(s));
#endif
}
@@ -568,7 +568,7 @@
if (!e) {
_my->cad_lastmod = MODTIME(s);
#ifdef DEBUG
- ap_log_error(APLOG_MARK, APLOG_DEBUG | APLOG_NOERRNO, sv,
+ ap_log_error(APLOG_MARK, APLOG_DEBUG | APLOG_NOERRNO, sv,
"checkCADFile: File re-read. Date=%ld", (long) MODTIME(s));
#endif
}
@@ -639,7 +639,7 @@
NAME "/" VERSION " module: Compiled on %s at %s", __DATE__, __TIME__);
ap_log_error(APLOG_MARK, APLOG_INFO | APLOG_NOERRNO, s, "%s",
- "$Id$");
+ "$Id$");
/*
* Make a shared memory buffer to hold all our User Profile and Custom
@@ -1032,7 +1032,7 @@
* that is 1 or 0: presumably TRUE or 1 means the lock was
* acquired/released correctly.
*/
- result = mm_lock(globalBuffer, MM_LOCK_RW);
+ result = mm_lock(globalBuffer, MM_LOCK_RW);
if (result == 0) {
ap_log_error(APLOG_MARK, APLOG_ERR | APLOG_NOERRNO, r->server,
"Locking shared memory segment failed! MM error: %s",
@@ -1234,7 +1234,7 @@
}
/* Reset post.log */
- f = ap_pfopen(r->pool, _my->log_path, "w"); /* Truncate, open for
+ f = ap_pfopen(r->pool, _my->log_path, "w"); /* Truncate, open for
* writing */
if (f == NULL) {
ap_log_error(APLOG_MARK, APLOG_ERR, r->server, "Could not open
post.log '%s' for writing", _my->log_path);