Skip to content

Commit

Permalink
api/python/livestatus.py: Don't mix tabs and spaces
Browse files Browse the repository at this point in the history
It doesn't sit very well with python.

Signed-off-by: Robin Sonefors <robin.sonefors@op5.com>
  • Loading branch information
Robin Sonefors committed Oct 30, 2012
1 parent a12b430 commit e06cefe
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion api/python/livestatus.py
Original file line number Diff line number Diff line change
Expand Up @@ -395,7 +395,7 @@ def disconnect_site(sitename):
for name, site, connection in self.connections:
if name == sitename:
del self.connections[i]
return
return
i += 1


Expand Down

0 comments on commit e06cefe

Please sign in to comment.