Author: mturk
Date: Mon Nov 5 05:56:06 2007
New Revision: 591997
URL: http://svn.apache.org/viewvc?rev=591997&view=rev
Log:
Remove trailing spaces. No functional change
Modified:
tomcat/connectors/trunk/jk/native/apache-2.0/mod_jk.c
Modified: tomcat/connectors/trunk/jk/native/apache-2.0/mod_jk.c
URL:
http://svn.apache.org/viewvc/tomcat/connectors/trunk/jk/native/apache-2.0/mod_jk.c?rev=591997&r1=591996&r2=591997&view=diff
==============================================================================
--- tomcat/connectors/trunk/jk/native/apache-2.0/mod_jk.c (original)
+++ tomcat/connectors/trunk/jk/native/apache-2.0/mod_jk.c Mon Nov 5 05:56:06
2007
@@ -901,7 +901,7 @@
if (!conf->uri_to_context) {
if (!jk_map_alloc(&(conf->uri_to_context))) {
return "JkMount Memory error";
- }
+ }
}
/*
* Add the new worker to the alias map.
@@ -951,7 +951,7 @@
if (!conf->uri_to_context) {
if (!jk_map_alloc(&(conf->uri_to_context))) {
return "JkUnMount Memory error";
- }
+ }
}
/*
* Add the new worker to the alias map.
@@ -1825,7 +1825,7 @@
conf->envvars = apr_table_make(cmd->pool, 0);
conf->envvars_def = apr_table_make(cmd->pool, 0);
conf->envvar_items = apr_array_make(cmd->pool, 0,
- sizeof(envvar_item));
+ sizeof(envvar_item));
}
/* env_name is mandatory, default_value is optional.
@@ -2946,7 +2946,7 @@
"Into translate empty uri map for uri=%s",
r->uri);
- return DECLINED;
+ return DECLINED;
}
else
worker = map_uri_to_worker(conf->uw_map, r->uri,
@@ -3097,7 +3097,7 @@
"Into map_to_storage empty uri map for uri=%s",
r->uri);
- return DECLINED;
+ return DECLINED;
}
else
worker = map_uri_to_worker(conf->uw_map, r->uri,
---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]