You are viewing a plain text version of this content. The canonical link for it is here.
Posted to cvs@httpd.apache.org by ji...@apache.org on 2006/12/09 15:19:37 UTC

svn commit: r484985 - /httpd/httpd/trunk/modules/ldap/util_ldap.c

Author: jim
Date: Sat Dec  9 06:19:36 2006
New Revision: 484985

URL: http://svn.apache.org/viewvc?view=rev&rev=484985
Log:
format change. no functional change.

Modified:
    httpd/httpd/trunk/modules/ldap/util_ldap.c

Modified: httpd/httpd/trunk/modules/ldap/util_ldap.c
URL: http://svn.apache.org/viewvc/httpd/httpd/trunk/modules/ldap/util_ldap.c?view=diff&rev=484985&r1=484984&r2=484985
==============================================================================
--- httpd/httpd/trunk/modules/ldap/util_ldap.c (original)
+++ httpd/httpd/trunk/modules/ldap/util_ldap.c Sat Dec  9 06:19:36 2006
@@ -200,7 +200,7 @@
 }
 
 static int uldap_connection_init(request_rec *r,
-                                          util_ldap_connection_t *ldc )
+                                 util_ldap_connection_t *ldc )
 {
     int rc = 0;
     int version  = LDAP_VERSION3;