mirror of
https://github.com/saltstack/salt.git
synced 2025-04-17 10:10:20 +00:00
Remove extra newlines
Fixes lint error
This commit is contained in:
parent
4e08534877
commit
24c1bd079d
1 changed files with 0 additions and 2 deletions
|
@ -43,7 +43,6 @@ if HAS_WIN32:
|
|||
self.dwOSVersionInfoSize = ctypes.sizeof(self)
|
||||
kernel32.GetVersionExW(ctypes.byref(self))
|
||||
|
||||
|
||||
class OSVERSIONINFOEX(OSVERSIONINFO):
|
||||
_fields_ = (('wServicePackMajor', WORD),
|
||||
('wServicePackMinor', WORD),
|
||||
|
@ -51,7 +50,6 @@ if HAS_WIN32:
|
|||
('wProductType', BYTE),
|
||||
('wReserved', BYTE))
|
||||
|
||||
|
||||
def errcheck_bool(result, func, args):
|
||||
if not result:
|
||||
raise ctypes.WinError(ctypes.get_last_error())
|
||||
|
|
Loading…
Add table
Reference in a new issue