2
0
mirror of https://github.com/xcat2/confluent.git synced 2024-11-22 09:32:21 +00:00

Fix whitespace in sockapi.py

A hardtab was in sockapi.py, making it unable to build on my system.
Make the indentation match the rest of the project.
This commit is contained in:
Jarrod Johnson 2015-02-27 16:26:27 -05:00
parent 48b73f6857
commit 22c1e73599

View File

@ -48,7 +48,7 @@ except AttributeError:
import platform
if "ppc64" in platform.machine():
SO_PEERCRED = 21
else:
else:
SO_PEERCRED = 17