You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@tomcat.apache.org by rj...@apache.org on 2008/01/10 01:03:56 UTC

svn commit: r610617 - /tomcat/connectors/trunk/jk/native/common/jk_status.c

Author: rjung
Date: Wed Jan  9 16:03:36 2008
New Revision: 610617

URL: http://svn.apache.org/viewvc?rev=610617&view=rev
Log:
Tab police.

Modified:
    tomcat/connectors/trunk/jk/native/common/jk_status.c

Modified: tomcat/connectors/trunk/jk/native/common/jk_status.c
URL: http://svn.apache.org/viewvc/tomcat/connectors/trunk/jk/native/common/jk_status.c?rev=610617&r1=610616&r2=610617&view=diff
==============================================================================
--- tomcat/connectors/trunk/jk/native/common/jk_status.c (original)
+++ tomcat/connectors/trunk/jk/native/common/jk_status.c Wed Jan  9 16:03:36 2008
@@ -3152,7 +3152,7 @@
             if (name) {
                 const char *value = jk_map_value_at(init_data, i);
                 if (!value)
-		    value = "(null)";
+                    value = "(null)";
                 if (mime == JK_STATUS_MIME_HTML ||
                     mime == JK_STATUS_MIME_PROP ||
                     mime == JK_STATUS_MIME_TXT) {



---------------------------------------------------------------------
To unsubscribe, e-mail: dev-unsubscribe@tomcat.apache.org
For additional commands, e-mail: dev-help@tomcat.apache.org