From 85ed580b6d7c04b68c9e767ecc603a026568da3a Mon Sep 17 00:00:00 2001 From: Yann Leboulanger Date: Thu, 11 Jan 2007 22:22:48 +0000 Subject: [PATCH] fix indentation --- src/common/sleepy.py | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/src/common/sleepy.py b/src/common/sleepy.py index fd3386985..4ebf7ad24 100644 --- a/src/common/sleepy.py +++ b/src/common/sleepy.py @@ -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'''