Web   ·   Wiki   ·   Activities   ·   Blog   ·   Lists   ·   Chat   ·   Meeting   ·   Bugs   ·   Git   ·   Translate   ·   Archive   ·   People   ·   Donate
summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorGary Martin <gary@garycmartin.com>2010-10-06 13:06:46 (GMT)
committer Gary Martin <gary@garycmartin.com>2010-10-06 13:06:46 (GMT)
commitb4aefc0efc453372f793fe191aab6c2d71a58479 (patch)
treeb649377b563a4064d98ead521c2a462481a9e45c
parent29df3f7413402b1c0312cd99f02044c118b887f5 (diff)
Cleaned up more trailing white space.
-rw-r--r--physics.py4
1 files changed, 2 insertions, 2 deletions
diff --git a/physics.py b/physics.py
index f68bd31..32deb29 100644
--- a/physics.py
+++ b/physics.py
@@ -103,14 +103,14 @@ class PhysicsGame:
self.screen.blit(self.cursor_picture, pygame.mouse.get_pos())
# Flip Display
- pygame.display.flip()
+ pygame.display.flip()
# Try to stay at 30 FPS
self.clock.tick(30) # Originally 50
def setTool(self, tool):
self.currentTool.cancel()
- self.currentTool = self.toolList[tool]
+ self.currentTool = self.toolList[tool]
def main():
toolbarheight = 75