Skip to content

Commit

Permalink
Spaces.
Browse files Browse the repository at this point in the history
  • Loading branch information
ionelmc committed Aug 23, 2015
1 parent bbbd843 commit da74378
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/signalfd/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@
SIG_UNBLOCK = _lib.SIG_UNBLOCK
SIG_SETMASK = _lib.SIG_SETMASK

SIGINFO_SIZE =_ffi.sizeof('struct signalfd_siginfo')
SIGINFO_SIZE = _ffi.sizeof('struct signalfd_siginfo')


class UnknownError(Exception):
Expand Down

0 comments on commit da74378

Please sign in to comment.