Skip to content

Commit 0f00b78

Browse files
refactor: added whitespace
1 parent e962d91 commit 0f00b78

1 file changed

Lines changed: 3 additions & 3 deletions

File tree

cryptlex/lexfloatclient/lexfloatclient_native.py

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -128,15 +128,15 @@ def byte_to_string(input):
128128
SetFloatingClientMetadata.restype = c_int
129129

130130
GetFloatingClientLibraryVersion = library.GetFloatingClientLibraryVersion
131-
GetFloatingClientLibraryVersion.argtypes = [STRTYPE,c_uint32]
131+
GetFloatingClientLibraryVersion.argtypes = [STRTYPE, c_uint32]
132132
GetFloatingClientLibraryVersion.restype = c_int
133133

134134
GetHostProductVersionName = library.GetHostProductVersionName
135-
GetHostProductVersionName.argtypes = [STRTYPE,c_uint32]
135+
GetHostProductVersionName.argtypes = [STRTYPE, c_uint32]
136136
GetHostProductVersionName.restype = c_int
137137

138138
GetHostProductVersionDisplayName = library.GetHostProductVersionDisplayName
139-
GetHostProductVersionDisplayName.argtypes = [STRTYPE,c_uint32]
139+
GetHostProductVersionDisplayName.argtypes = [STRTYPE, c_uint32]
140140
GetHostProductVersionDisplayName.restype = c_int
141141

142142
GetHostProductVersionFeatureFlag = library.GetHostProductVersionFeatureFlag

0 commit comments

Comments
 (0)