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:
parent
48b73f6857
commit
22c1e73599
@ -48,7 +48,7 @@ except AttributeError:
|
||||
import platform
|
||||
if "ppc64" in platform.machine():
|
||||
SO_PEERCRED = 21
|
||||
else:
|
||||
else:
|
||||
SO_PEERCRED = 17
|
||||
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user