Commit 25717357 authored by Guillaume Seguin's avatar Guillaume Seguin

Fix indentation error in printrun/power/osx.py

parent a14732c2
...@@ -25,7 +25,7 @@ def SetUpIOFramework(): ...@@ -25,7 +25,7 @@ def SetUpIOFramework():
framework = ctypes.cdll.LoadLibrary( framework = ctypes.cdll.LoadLibrary(
'/System/Library/Frameworks/IOKit.framework/IOKit') '/System/Library/Frameworks/IOKit.framework/IOKit')
# declare parameters as described in IOPMLib.h # declare parameters as described in IOPMLib.h
framework.IOPMAssertionCreateWithName.argtypes = [ framework.IOPMAssertionCreateWithName.argtypes = [
ctypes.c_void_p, # CFStringRef ctypes.c_void_p, # CFStringRef
ctypes.c_uint32, # IOPMAssertionLevel ctypes.c_uint32, # IOPMAssertionLevel
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment