summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorLuke Bratch <l_bratch@yahoo.co.uk>2010-11-27 23:00:55 +0000
committerLuke Bratch <l_bratch@yahoo.co.uk>2010-11-27 23:00:55 +0000
commitd6d9743cd32f967efe9e66fa47513d13e315e0b8 (patch)
tree0d43eb1cb87ee9a1a4f18b877f28785bd60e046d
parent75098a16e5891973bfe458388ceef33f9dff9423 (diff)
Level: Insert missing trailing newline
-rw-r--r--Level.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/Level.cpp b/Level.cpp
index 848c9c4..1f2b739 100644
--- a/Level.cpp
+++ b/Level.cpp
@@ -169,4 +169,4 @@ bool Level::checkCollision(SDL_Rect r) {
}
return false;
-} \ No newline at end of file
+}