Author: rjung Date: Wed Jan 2 17:21:32 2008 New Revision: 608303 URL: http://svn.apache.org/viewvc?rev=608303&view=rev Log: Tab police.
Modified: tomcat/connectors/trunk/jk/native/common/ap_snprintf.h Modified: tomcat/connectors/trunk/jk/native/common/ap_snprintf.h URL: http://svn.apache.org/viewvc/tomcat/connectors/trunk/jk/native/common/ap_snprintf.h?rev=608303&r1=608302&r2=608303&view=diff ============================================================================== --- tomcat/connectors/trunk/jk/native/common/ap_snprintf.h (original) +++ tomcat/connectors/trunk/jk/native/common/ap_snprintf.h Wed Jan 2 17:21:32 2008 @@ -67,8 +67,8 @@ /* ap_vformatter() is a generic printf-style formatting routine * with some extensions. The extensions are: * - * %pA takes a struct in_addr *, and prints it as a.b.c.d - * %pI takes a struct sockaddr_in * and prints it as a.b.c.d:port + * %pA takes a struct in_addr *, and prints it as a.b.c.d + * %pI takes a struct sockaddr_in * and prints it as a.b.c.d:port * %pp takes a void * and outputs it in hex * * The %p hacks are to force gcc's printf warning code to skip @@ -147,4 +147,4 @@ } #endif -#endif /* !APACHE_AP_SNPRINTF_H */ +#endif /* !APACHE_AP_SNPRINTF_H */ --------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]