aboutsummaryrefslogtreecommitdiff
path: root/common
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 /common
parent7dc3082a35cf4cfc5f878c02125d53dec77432a7 (diff)
downloadscummvm-rg350-1d39f986c9a51e3305625f4dbf308c8c92b5d34b.tar.gz
scummvm-rg350-1d39f986c9a51e3305625f4dbf308c8c92b5d34b.tar.bz2
scummvm-rg350-1d39f986c9a51e3305625f4dbf308c8c92b5d34b.zip
Whitespace changes.
svn-id: r18449
Diffstat (limited to 'common')
-rw-r--r--common/debugger.cpp1
-rw-r--r--common/savefile.cpp1
-rw-r--r--common/savefile.h1
-rw-r--r--common/stream.h1
4 files changed, 1 insertions, 3 deletions
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;