Author: rjung Date: Mon Mar 2 21:54:38 2009 New Revision: 749447 URL: http://svn.apache.org/viewvc?rev=749447&view=rev Log: Indentation cleanup. No functional change.
Modified: tomcat/connectors/trunk/jk/native/common/jk_lb_worker.c Modified: tomcat/connectors/trunk/jk/native/common/jk_lb_worker.c URL: http://svn.apache.org/viewvc/tomcat/connectors/trunk/jk/native/common/jk_lb_worker.c?rev=749447&r1=749446&r2=749447&view=diff ============================================================================== --- tomcat/connectors/trunk/jk/native/common/jk_lb_worker.c (original) +++ tomcat/connectors/trunk/jk/native/common/jk_lb_worker.c Mon Mar 2 21:54:38 2009 @@ -512,9 +512,9 @@ * Return the number of workers not in error state. */ static int recover_workers(lb_worker_t *p, - jk_uint64_t curmax, - time_t now, - jk_logger_t *l) + jk_uint64_t curmax, + time_t now, + jk_logger_t *l) { unsigned int i; int non_error = 0; --------------------------------------------------------------------- To unsubscribe, e-mail: dev-unsubscr...@tomcat.apache.org For additional commands, e-mail: dev-h...@tomcat.apache.org