diff gamelib/scenes/bridge.py @ 800:374d96e0b55e pyntnclick

pep8/pyflakes fixes.
author Jeremy Thurgood <firxen@gmail.com>
date Sun, 27 Jan 2013 13:42:58 +0200
parents bdaffaa8b6bf
children eed75a1d50c4
line wrap: on
line diff
--- a/gamelib/scenes/bridge.py	Sun Jan 27 13:38:56 2013 +0200
+++ b/gamelib/scenes/bridge.py	Sun Jan 27 13:42:58 2013 +0200
@@ -652,12 +652,12 @@
             ypos += (self._alert_messages['engine offline'].get_size()[1]
                      + self.ALERT_SPACING)
         if (self.game.scenes['mess'].get_data('life support status')
-            == 'broken'):
+                == 'broken'):
             surface.blit(self._alert_messages['life support'], (xpos, ypos))
             ypos += (self._alert_messages['life support'].get_size()[1]
                      + self.ALERT_SPACING)
         if (self.game.scenes['mess'].get_data('life support status')
-            == 'replaced'):
+                == 'replaced'):
             surface.blit(self._alert_messages['life support partial'],
                          (xpos, ypos))
             ypos += (self._alert_messages['life support partial'].get_size()[1]