[newlib-cygwin] Cygwin: ldap.cc: fix formatting

Corinna Vinschen corinna@sourceware.org
Wed Feb 13 12:18:00 GMT 2019


https://sourceware.org/git/gitweb.cgi?p=newlib-cygwin.git;h=79c4e95fad48111d2b04b2be183324d630d9d1a3

commit 79c4e95fad48111d2b04b2be183324d630d9d1a3
Author: Corinna Vinschen <corinna@vinschen.de>
Date:   Wed Feb 13 12:43:25 2019 +0100

    Cygwin: ldap.cc: fix formatting
    
    Signed-off-by: Corinna Vinschen <corinna@vinschen.de>

Diff:
---
 winsup/cygwin/ldap.cc | 6 +++---
 1 file changed, 3 insertions(+), 3 deletions(-)

diff --git a/winsup/cygwin/ldap.cc b/winsup/cygwin/ldap.cc
index 6ccf899..dcd4fc4 100644
--- a/winsup/cygwin/ldap.cc
+++ b/winsup/cygwin/ldap.cc
@@ -242,7 +242,7 @@ ULONG
 cyg_ldap::search_s (PWCHAR base, ULONG scope, PWCHAR filter, PWCHAR *attrs)
 {
   ULONG ret;
-  
+
   if ((ret = ldap_search_sW (lh, base, scope, filter, attrs, 0, &msg))
       != LDAP_SUCCESS)
     debug_printf ("ldap_search_sW(%W,%W) error 0x%02x", base, filter, ret);
@@ -279,7 +279,7 @@ cyg_ldap::next_page_s ()
 {
   ULONG total;
   ULONG ret;
-  
+
   do
     {
       ret = ldap_get_next_page_s (lh, srch_id, NULL, CYG_LDAP_ENUM_PAGESIZE,
@@ -337,7 +337,7 @@ cyg_ldap::open (PCWSTR domain)
   if (!(def_context = wcsdup (val[0])))
     {
       debug_printf ("wcsdup(%W, %W) %d", domain, rootdse_attr[0],
-      					 get_errno ());
+					 get_errno ());
       goto err;
     }
   ldap_value_freeW (val);



More information about the Cygwin-cvs mailing list