aboutsummaryrefslogtreecommitdiff
path: root/backends/wince/CEgui
diff options
context:
space:
mode:
authorTorbjörn Andersson2005-06-24 16:08:31 +0000
committerTorbjörn Andersson2005-06-24 16:08:31 +0000
commit1d39f986c9a51e3305625f4dbf308c8c92b5d34b (patch)
treee631cb12f39e366eb223383ae07859c460ef83c7 /backends/wince/CEgui
parent7dc3082a35cf4cfc5f878c02125d53dec77432a7 (diff)
downloadscummvm-rg350-1d39f986c9a51e3305625f4dbf308c8c92b5d34b.tar.gz
scummvm-rg350-1d39f986c9a51e3305625f4dbf308c8c92b5d34b.tar.bz2
scummvm-rg350-1d39f986c9a51e3305625f4dbf308c8c92b5d34b.zip
Whitespace changes.
svn-id: r18449
Diffstat (limited to 'backends/wince/CEgui')
-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
4 files changed, 4 insertions, 4 deletions
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
+}