fix indentation
This commit is contained in:
parent
f69fef3cbe
commit
85ed580b6d
1 changed files with 2 additions and 2 deletions
|
@ -92,8 +92,8 @@ class SleepyUnix:
|
|||
SUPPORTED = False
|
||||
self.state = STATE_UNKNOWN
|
||||
|
||||
def getIdleSec(self):
|
||||
return idle.getIdleSec()
|
||||
def getIdleSec(self):
|
||||
return idle.getIdleSec()
|
||||
|
||||
def poll(self):
|
||||
'''checks to see if we should change state'''
|
||||
|
|
Loading…
Add table
Reference in a new issue