Fix indentation issue.

This commit is contained in:
Dain Nilsson 2016-06-09 10:05:12 +02:00
parent c8102a72b2
commit 98b26459e8

View File

@ -86,8 +86,8 @@ class YkPers(CLibrary):
ykp_set_cfgflag_CHAL_BTN_TRIG = [POINTER(YKP_CONFIG), c_bool], bool
ykp_core_config = [POINTER(YKP_CONFIG)], POINTER(YK_CONFIG)
yk_write_command = [POINTER(YK_KEY), POINTER(YK_CONFIG), c_uint8, c_char_p],
bool
yk_write_command = [POINTER(YK_KEY), POINTER(YK_CONFIG), c_uint8, c_char_p
], bool
def yk_get_errno(self):
return self._yk_errno_location().contents.value