mirror of
https://github.com/rapid7/metasploit-payloads
synced 2025-04-12 04:12:05 +02:00
Remove an unnecessary blank line
This commit is contained in:
parent
3fbabbca7d
commit
6880b0d8fa
@ -2792,7 +2792,6 @@ def stdapi_ui_get_idle_time(request, response):
|
|||||||
|
|
||||||
@register_function_if(has_windll)
|
@register_function_if(has_windll)
|
||||||
def stdapi_ui_desktop_enum(request, response):
|
def stdapi_ui_desktop_enum(request, response):
|
||||||
|
|
||||||
response_parts = []
|
response_parts = []
|
||||||
if ctypes.sizeof(ctypes.c_long) == ctypes.sizeof(ctypes.c_void_p):
|
if ctypes.sizeof(ctypes.c_long) == ctypes.sizeof(ctypes.c_void_p):
|
||||||
LPARAM = ctypes.c_long
|
LPARAM = ctypes.c_long
|
||||||
|
Loading…
x
Reference in New Issue
Block a user