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
|
SUPPORTED = False
|
||||||
self.state = STATE_UNKNOWN
|
self.state = STATE_UNKNOWN
|
||||||
|
|
||||||
def getIdleSec(self):
|
def getIdleSec(self):
|
||||||
return idle.getIdleSec()
|
return idle.getIdleSec()
|
||||||
|
|
||||||
def poll(self):
|
def poll(self):
|
||||||
'''checks to see if we should change state'''
|
'''checks to see if we should change state'''
|
||||||
|
|
Loading…
Add table
Reference in a new issue