Fix spacing

This commit is contained in:
Jan Petykiewicz 2017-06-21 01:45:53 -07:00
parent 18ba692cfd
commit 0cff0c3bd1

View File

@ -80,6 +80,7 @@ class MEMORY_BASIC_INFORMATION(ctypes.Structure):
('Type', ctypes.wintypes.DWORD), ('Type', ctypes.wintypes.DWORD),
] ]
# C struct for GetSystemInfo # C struct for GetSystemInfo
class SYSTEM_INFO(ctypes.Structure): class SYSTEM_INFO(ctypes.Structure):
_fields_ = [ _fields_ = [