aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--backends/wince/CEActions.cpp2
-rw-r--r--backends/wince/CELauncherDialog.cpp2
-rw-r--r--backends/wince/CEgui/ItemAction.cpp2
-rw-r--r--backends/wince/CEgui/ItemSwitch.cpp2
-rw-r--r--backends/wince/CEgui/SDL_ImageResource.cpp2
-rw-r--r--backends/wince/CEgui/ToolbarHandler.cpp2
-rw-r--r--common/debugger.cpp1
-rw-r--r--common/savefile.cpp1
-rw-r--r--common/savefile.h1
-rw-r--r--common/stream.h1
-rw-r--r--gui/EditTextWidget.cpp1
-rw-r--r--gui/ListWidget.cpp1
-rw-r--r--gui/ScrollBarWidget.cpp1
-rw-r--r--gui/browser.cpp1
-rw-r--r--gui/editable.cpp1
15 files changed, 7 insertions, 14 deletions
diff --git a/backends/wince/CEActions.cpp b/backends/wince/CEActions.cpp
index 97be4e902a..534683ea62 100644
--- a/backends/wince/CEActions.cpp
+++ b/backends/wince/CEActions.cpp
@@ -148,4 +148,4 @@ void CEActions::setMapping(ActionType action, unsigned int keyCode) {
}
-CEActions *CEActions::_instance = NULL; \ No newline at end of file
+CEActions *CEActions::_instance = NULL;
diff --git a/backends/wince/CELauncherDialog.cpp b/backends/wince/CELauncherDialog.cpp
index c1ac0f8534..cf6d65c346 100644
--- a/backends/wince/CELauncherDialog.cpp
+++ b/backends/wince/CELauncherDialog.cpp
@@ -168,4 +168,4 @@ void CELauncherDialog::addGame() {
}
else
GUILauncherDialog::addGame();
-} \ No newline at end of file
+}
diff --git a/backends/wince/CEgui/ItemAction.cpp b/backends/wince/CEgui/ItemAction.cpp
index a801b9b820..d70da846bd 100644
--- a/backends/wince/CEgui/ItemAction.cpp
+++ b/backends/wince/CEgui/ItemAction.cpp
@@ -44,4 +44,4 @@ namespace CEGUI {
else
return false;
}
-} \ No newline at end of file
+}
diff --git a/backends/wince/CEgui/ItemSwitch.cpp b/backends/wince/CEgui/ItemSwitch.cpp
index 5f020e0914..6ee05f941f 100644
--- a/backends/wince/CEgui/ItemSwitch.cpp
+++ b/backends/wince/CEgui/ItemSwitch.cpp
@@ -62,4 +62,4 @@ namespace CEGUI {
else
return false;
}
-} \ No newline at end of file
+}
diff --git a/backends/wince/CEgui/SDL_ImageResource.cpp b/backends/wince/CEgui/SDL_ImageResource.cpp
index b42fb37f41..598caa56a1 100644
--- a/backends/wince/CEgui/SDL_ImageResource.cpp
+++ b/backends/wince/CEgui/SDL_ImageResource.cpp
@@ -79,4 +79,4 @@ namespace CEGUI {
if (_surface)
SDL_FreeSurface(_surface);
}
-} \ No newline at end of file
+}
diff --git a/backends/wince/CEgui/ToolbarHandler.cpp b/backends/wince/CEgui/ToolbarHandler.cpp
index 4f9d28c9ef..b747247f36 100644
--- a/backends/wince/CEgui/ToolbarHandler.cpp
+++ b/backends/wince/CEgui/ToolbarHandler.cpp
@@ -123,4 +123,4 @@ namespace CEGUI {
ToolbarHandler::~ToolbarHandler() {
_toolbarMap.clear();
}
-} \ No newline at end of file
+}
diff --git a/common/debugger.cpp b/common/debugger.cpp
index b4ec889171..bd8d8c6052 100644
--- a/common/debugger.cpp
+++ b/common/debugger.cpp
@@ -18,6 +18,7 @@
* $Header$
*
*/
+
#include "common/stdafx.h"
#include "common/debugger.h"
diff --git a/common/savefile.cpp b/common/savefile.cpp
index b5013c84bc..bdfa34ebec 100644
--- a/common/savefile.cpp
+++ b/common/savefile.cpp
@@ -31,7 +31,6 @@
#include <zlib.h>
#endif
-
namespace Common {
const char *SaveFileManager::getSavePath() const {
diff --git a/common/savefile.h b/common/savefile.h
index d1f0ef8f85..1151e82cd9 100644
--- a/common/savefile.h
+++ b/common/savefile.h
@@ -26,7 +26,6 @@
#include "common/scummsys.h"
#include "common/stream.h"
-
namespace Common {
/**
diff --git a/common/stream.h b/common/stream.h
index fc81b9aa0f..d3f47b1b5d 100644
--- a/common/stream.h
+++ b/common/stream.h
@@ -25,7 +25,6 @@
#include "common/stdafx.h"
#include "common/scummsys.h"
-
namespace Common {
class String;
diff --git a/gui/EditTextWidget.cpp b/gui/EditTextWidget.cpp
index 3761536393..f69edafb47 100644
--- a/gui/EditTextWidget.cpp
+++ b/gui/EditTextWidget.cpp
@@ -23,7 +23,6 @@
#include "gui/dialog.h"
#include "gui/newgui.h"
-
namespace GUI {
EditTextWidget::EditTextWidget(GuiObject *boss, int x, int y, int w, int h, const String &text, WidgetSize ws)
diff --git a/gui/ListWidget.cpp b/gui/ListWidget.cpp
index f739f92ce1..6074d4f59a 100644
--- a/gui/ListWidget.cpp
+++ b/gui/ListWidget.cpp
@@ -24,7 +24,6 @@
#include "gui/dialog.h"
#include "gui/newgui.h"
-
namespace GUI {
ListWidget::ListWidget(GuiObject *boss, int x, int y, int w, int h, WidgetSize ws)
diff --git a/gui/ScrollBarWidget.cpp b/gui/ScrollBarWidget.cpp
index dc8be4679c..4b1701f28e 100644
--- a/gui/ScrollBarWidget.cpp
+++ b/gui/ScrollBarWidget.cpp
@@ -23,7 +23,6 @@
#include "gui/dialog.h"
#include "gui/newgui.h"
-
namespace GUI {
#define UP_DOWN_BOX_HEIGHT (_w+1)
diff --git a/gui/browser.cpp b/gui/browser.cpp
index 728946202f..b6dcea3fc7 100644
--- a/gui/browser.cpp
+++ b/gui/browser.cpp
@@ -34,7 +34,6 @@ enum {
kGoUpCmd = 'GoUp'
};
-
#ifdef MACOSX
/* On Mac OS X, use the native file selector dialog. We could do the same for
* other operating systems.
diff --git a/gui/editable.cpp b/gui/editable.cpp
index e5c981f0b6..3260f2cb52 100644
--- a/gui/editable.cpp
+++ b/gui/editable.cpp
@@ -22,7 +22,6 @@
#include "gui/editable.h"
#include "gui/newgui.h"
-
namespace GUI {
EditableWidget::EditableWidget(GuiObject *boss, int x, int y, int w, int h, WidgetSize ws)