diff options
author | Torbjörn Andersson | 2005-06-24 16:08:31 +0000 |
---|---|---|
committer | Torbjörn Andersson | 2005-06-24 16:08:31 +0000 |
commit | 1d39f986c9a51e3305625f4dbf308c8c92b5d34b (patch) | |
tree | e631cb12f39e366eb223383ae07859c460ef83c7 /backends | |
parent | 7dc3082a35cf4cfc5f878c02125d53dec77432a7 (diff) | |
download | scummvm-rg350-1d39f986c9a51e3305625f4dbf308c8c92b5d34b.tar.gz scummvm-rg350-1d39f986c9a51e3305625f4dbf308c8c92b5d34b.tar.bz2 scummvm-rg350-1d39f986c9a51e3305625f4dbf308c8c92b5d34b.zip |
Whitespace changes.
svn-id: r18449
Diffstat (limited to 'backends')
-rw-r--r-- | backends/wince/CEActions.cpp | 2 | ||||
-rw-r--r-- | backends/wince/CELauncherDialog.cpp | 2 | ||||
-rw-r--r-- | backends/wince/CEgui/ItemAction.cpp | 2 | ||||
-rw-r--r-- | backends/wince/CEgui/ItemSwitch.cpp | 2 | ||||
-rw-r--r-- | backends/wince/CEgui/SDL_ImageResource.cpp | 2 | ||||
-rw-r--r-- | backends/wince/CEgui/ToolbarHandler.cpp | 2 |
6 files changed, 6 insertions, 6 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 +} |