From 040ce5e4b5ea5779b7e41866bdeb71c48ddac1b9 Mon Sep 17 00:00:00 2001
From: Marc Sunet <jeannekamikaze@gmail.com>
Date: Sat, 1 Sep 2012 13:18:43 +0200
Subject: Fixed whitespace

---
 Spear.lkshw               | 4 ++--
 Spear/Scene/GameObject.hs | 2 +-
 2 files changed, 3 insertions(+), 3 deletions(-)

diff --git a/Spear.lkshw b/Spear.lkshw
index 0705660..bd8c4e2 100644
--- a/Spear.lkshw
+++ b/Spear.lkshw
@@ -1,10 +1,10 @@
 Version of workspace file format:
                1
 Time of storage:
-               "Sat Sep  1 12:38:49 CEST 2012"
+               "Sat Sep  1 13:18:28 CEST 2012"
 Name of the workspace:
                "Spear"
 File paths of contained packages:
                ["demos/simple-scene/simple-scene.cabal","Spear.cabal"]
 Maybe file path of an active package:
-               Just "Spear.cabal"
\ No newline at end of file
+               Just "demos/simple-scene/simple-scene.cabal"
\ No newline at end of file
diff --git a/Spear/Scene/GameObject.hs b/Spear/Scene/GameObject.hs
index 2567e52..139fea9 100644
--- a/Spear/Scene/GameObject.hs
+++ b/Spear/Scene/GameObject.hs
@@ -103,7 +103,7 @@ instance S2.Spatial2 GameObject where
     rotate a go =
         go
         { transform = transform go * M3.rot a
-        , angle = (angle go + a) `mod'` 360 
+        , angle = (angle go + a) `mod'` 360
         }
     
     setRotation a go =
-- 
cgit v1.2.3