From 1d55d2318d009049a5146128411ee74768fb7012 Mon Sep 17 00:00:00 2001 From: Mikko Siren Date: Thu, 28 May 2009 16:06:57 +0300 Subject: [PATCH] Empty line at the end of file --- src/BusinessLogic/Engine.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/BusinessLogic/Engine.cpp b/src/BusinessLogic/Engine.cpp index d336a3a..5499005 100644 --- a/src/BusinessLogic/Engine.cpp +++ b/src/BusinessLogic/Engine.cpp @@ -358,4 +358,4 @@ void Engine::currentRoomChanged(Room *aRoom) { qDebug() << "[Engine::currentRoomChanged] "; iCurrentRoom = aRoom; -} \ No newline at end of file +} -- 1.7.9.5