Skip to content

Commit 6ae0e0a

Browse files
jdufresneencukou
authored andcommitted
Trim white space throughout the project
Many editors clean up trailing white space on save. By removing it all in one go, it helps keep future diffs cleaner by avoiding spurious white space changes on unrelated lines.
1 parent 4ea6e31 commit 6ae0e0a

36 files changed

+34
-59
lines changed

.gitignore

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,3 @@
1-
21
# Auto-generated
32
.*.swp
43
*.pyc

Build/build-openbsd/Makefile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ HOMEPAGE= https://www.python-ldap.org/
1010
FAKE= Yes
1111
CONFIGURE_STYLE= gnu
1212
SEPARATE_BUILD= Yes
13-
EXTRACT_ONLY=
13+
EXTRACT_ONLY=
1414

1515
CONFIGURE_ARGS+= --with-ldap=${LOCALBASE}
1616

Build/build-openbsd/pkg/DESCR

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,2 +1,2 @@
1-
This Python library provides access to the LDAP (Lightweight Directory Access
1+
This Python library provides access to the LDAP (Lightweight Directory Access
22
Protocol) RFC1823 C interface.

Build/setup.cfg.mingw

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -15,8 +15,8 @@ defines = WIN32
1515
library_dirs = C:/msys/1.0/home/mcicogni/openldap-mingw-build-4/openldap-2.2.18/libraries/libldap_r/.libs C:/msys/1.0/home/mcicogni/openldap-mingw-build-4/openldap-2.2.18/libraries/liblber/.libs C:\msys\1.0\home\mcicogni\openldap-mingw-build-4\openssl-0.9.7e
1616
include_dirs = C:/msys/1.0/home/mcicogni/openldap-mingw-build-4/openldap-2.2.18/include
1717

18-
extra_compile_args =
19-
extra_objects =
18+
extra_compile_args =
19+
extra_objects =
2020

2121
libs = ldap_r lber ssl crypto ws2_32 gdi32
2222

Build/setup.cfg.suse-linux

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@
88
library_dirs = /usr/lib/sasl2
99
include_dirs = /usr/include/sasl
1010

11-
extra_compile_args =
11+
extra_compile_args =
1212
extra_objects =
1313

1414
# Example for full-featured SuSE build:

Demo/Lib/ldap/async/deltree.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55
class DeleteLeafs(ldap.async.AsyncSearchHandler):
66
"""
77
Class for deleting entries which are results of a search.
8-
8+
99
DNs of Non-leaf entries are collected in DeleteLeafs.nonLeafEntries.
1010
"""
1111
_entryResultTypes = ldap.async._entryResultTypes

Demo/Lib/ldif/ldifcopy.py

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,4 +20,3 @@
2020
process_url_schemes=['file','ftp','http']
2121
)
2222
ldif_collector.parse()
23-

Demo/matchedvalues.py

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -61,4 +61,3 @@ def print_result(search_result):
6161
res = ld.search_ext_s(base, scope, filter, attrlist = ['mail'], serverctrls = [mv])
6262
print("Matched values control: %s" % control_filter)
6363
print_result(res)
64-

Demo/options.py

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,3 @@
2424
#print("time limit:",l.get_option(ldap.OPT_TIMELIMIT))
2525
print("Binding...")
2626
l.simple_bind_s("","")
27-
28-
29-
30-

Demo/pyasn1/sessiontrack.py

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -58,4 +58,3 @@
5858
ldap_url.attrs or ['*'],
5959
serverctrls=[st_ctrl]
6060
)
61-

0 commit comments

Comments
 (0)
pFad - Phonifier reborn

Pfad - The Proxy pFad of © 2024 Garber Painting. All rights reserved.

Note: This service is not intended for secure transactions such as banking, social media, email, or purchasing. Use at your own risk. We assume no liability whatsoever for broken pages.


Alternative Proxies:

Alternative Proxy

pFad Proxy

pFad v3 Proxy

pFad v4 Proxy