You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@apr.apache.org by mi...@apache.org on 2005/01/06 21:23:15 UTC

svn commit: r124434 - /apr/apr-util/trunk/ldap/apr_ldap_option.c

Author: minfrin
Date: Thu Jan  6 12:23:11 2005
New Revision: 124434

URL: http://svn.apache.org/viewcvs?view=rev&rev=124434
Log:
Fix the eol-style. Remove some stray CRs.

Modified:
   apr/apr-util/trunk/ldap/apr_ldap_option.c   (contents, props changed)

Modified: apr/apr-util/trunk/ldap/apr_ldap_option.c
Url: http://svn.apache.org/viewcvs/apr/apr-util/trunk/ldap/apr_ldap_option.c?view=diff&rev=124434&p1=apr/apr-util/trunk/ldap/apr_ldap_option.c&r1=124433&p2=apr/apr-util/trunk/ldap/apr_ldap_option.c&r2=124434
==============================================================================
--- apr/apr-util/trunk/ldap/apr_ldap_option.c	(original)
+++ apr/apr-util/trunk/ldap/apr_ldap_option.c	Thu Jan  6 12:23:11 2005
@@ -19,13 +19,13 @@
  *  connection.
  *
  */
-
-#include "apr.h"
-#include "apu.h"
-#include "apr_ldap.h"
-#include "apr_errno.h"
-#include "apr_pools.h"
-#include "apr_strings.h"
+
+#include "apr.h"
+#include "apu.h"
+#include "apr_ldap.h"
+#include "apr_errno.h"
+#include "apr_pools.h"
+#include "apr_strings.h"
 
 #if APR_HAS_LDAP