summaryrefslogtreecommitdiffstats
path: root/sshuttle/sdnotify.py
diff options
context:
space:
mode:
authorvieira <vieira@yubo.be>2017-11-07 01:20:24 +0000
committerBrian May <brian@linuxpenguins.xyz>2017-11-08 16:17:06 +1100
commit47030e846b0d37de41c6c86de531fda5b8b4152a (patch)
treedde9f480d667b14ce4fc637958096c8439796878 /sshuttle/sdnotify.py
parent416636fa9b41e55d63a358fc997ad80174222a46 (diff)
Remove trailing whitespaces
Diffstat (limited to 'sshuttle/sdnotify.py')
-rw-r--r--sshuttle/sdnotify.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/sshuttle/sdnotify.py b/sshuttle/sdnotify.py
index ac478f4..644c600 100644
--- a/sshuttle/sdnotify.py
+++ b/sshuttle/sdnotify.py
@@ -9,7 +9,7 @@ def _notify(message):
return False
addr = '\0' + addr[1:] if addr[0] == '@' else addr
-
+
try:
sock = socket.socket(socket.AF_UNIX, socket.SOCK_DGRAM)
except (OSError, IOError) as e: