File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -128,15 +128,15 @@ def byte_to_string(input):
128128SetFloatingClientMetadata .restype = c_int
129129
130130GetFloatingClientLibraryVersion = library .GetFloatingClientLibraryVersion
131- GetFloatingClientLibraryVersion .argtypes = [STRTYPE ,c_uint32 ]
131+ GetFloatingClientLibraryVersion .argtypes = [STRTYPE , c_uint32 ]
132132GetFloatingClientLibraryVersion .restype = c_int
133133
134134GetHostProductVersionName = library .GetHostProductVersionName
135- GetHostProductVersionName .argtypes = [STRTYPE ,c_uint32 ]
135+ GetHostProductVersionName .argtypes = [STRTYPE , c_uint32 ]
136136GetHostProductVersionName .restype = c_int
137137
138138GetHostProductVersionDisplayName = library .GetHostProductVersionDisplayName
139- GetHostProductVersionDisplayName .argtypes = [STRTYPE ,c_uint32 ]
139+ GetHostProductVersionDisplayName .argtypes = [STRTYPE , c_uint32 ]
140140GetHostProductVersionDisplayName .restype = c_int
141141
142142GetHostProductVersionFeatureFlag = library .GetHostProductVersionFeatureFlag
You can’t perform that action at this time.
0 commit comments