From 6eadfca78ec2e731e9f7f9445c1143899009ed58 Mon Sep 17 00:00:00 2001 From: fa08c <0xfa08c@gmail.com> Date: Sun, 11 Jan 2015 15:19:31 +0800 Subject: [PATCH] Removing trailing whites --- shadowsocks/crypto/ctypes_openssl.py | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/shadowsocks/crypto/ctypes_openssl.py b/shadowsocks/crypto/ctypes_openssl.py index 6e80461..22238c0 100644 --- a/shadowsocks/crypto/ctypes_openssl.py +++ b/shadowsocks/crypto/ctypes_openssl.py @@ -45,8 +45,8 @@ def load_openssl(): if libcrypto_path: break else: - # We may get here when find_library fails because, for example, - # the user does not have sufficient privileges to access those + # We may get here when find_library fails because, for example, + # the user does not have sufficient privileges to access those # tools underlying find_library on linux. import glob