[Scummvm-cvs-logs] CVS: scummvm/common debugger.cpp,1.16,1.17 savefile.cpp,1.26,1.27 savefile.h,1.20,1.21 stream.h,1.20,1.21
Torbjörn Andersson
eriktorbjorn at users.sourceforge.net
Fri Jun 24 09:09:30 CEST 2005
- Previous message: [Scummvm-cvs-logs] CVS: scummvm/gui dialog.cpp,1.61,1.62
- Next message: [Scummvm-cvs-logs] CVS: scummvm/gui EditTextWidget.cpp,1.34,1.35 ListWidget.cpp,1.54,1.55 ScrollBarWidget.cpp,1.24,1.25 browser.cpp,1.33,1.34 editable.cpp,1.7,1.8
- Messages sorted by:
[ date ]
[ thread ]
[ subject ]
[ author ]
Update of /cvsroot/scummvm/scummvm/common
In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv9416
Modified Files:
debugger.cpp savefile.cpp savefile.h stream.h
Log Message:
Whitespace changes.
Index: debugger.cpp
===================================================================
RCS file: /cvsroot/scummvm/scummvm/common/debugger.cpp,v
retrieving revision 1.16
retrieving revision 1.17
diff -u -d -r1.16 -r1.17
--- debugger.cpp 24 Jun 2005 15:22:37 -0000 1.16
+++ debugger.cpp 24 Jun 2005 16:07:29 -0000 1.17
@@ -18,6 +18,7 @@
* $Header$
*
*/
+
#include "common/stdafx.h"
#include "common/debugger.h"
Index: savefile.cpp
===================================================================
RCS file: /cvsroot/scummvm/scummvm/common/savefile.cpp,v
retrieving revision 1.26
retrieving revision 1.27
diff -u -d -r1.26 -r1.27
--- savefile.cpp 24 Jun 2005 15:22:37 -0000 1.26
+++ savefile.cpp 24 Jun 2005 16:07:29 -0000 1.27
@@ -31,7 +31,6 @@
#include <zlib.h>
#endif
-
namespace Common {
const char *SaveFileManager::getSavePath() const {
Index: savefile.h
===================================================================
RCS file: /cvsroot/scummvm/scummvm/common/savefile.h,v
retrieving revision 1.20
retrieving revision 1.21
diff -u -d -r1.20 -r1.21
--- savefile.h 24 Jun 2005 15:22:38 -0000 1.20
+++ savefile.h 24 Jun 2005 16:07:29 -0000 1.21
@@ -26,7 +26,6 @@
#include "common/scummsys.h"
#include "common/stream.h"
-
namespace Common {
/**
Index: stream.h
===================================================================
RCS file: /cvsroot/scummvm/scummvm/common/stream.h,v
retrieving revision 1.20
retrieving revision 1.21
diff -u -d -r1.20 -r1.21
--- stream.h 24 Jun 2005 15:22:38 -0000 1.20
+++ stream.h 24 Jun 2005 16:07:29 -0000 1.21
@@ -25,7 +25,6 @@
#include "common/stdafx.h"
#include "common/scummsys.h"
-
namespace Common {
class String;
- Previous message: [Scummvm-cvs-logs] CVS: scummvm/gui dialog.cpp,1.61,1.62
- Next message: [Scummvm-cvs-logs] CVS: scummvm/gui EditTextWidget.cpp,1.34,1.35 ListWidget.cpp,1.54,1.55 ScrollBarWidget.cpp,1.24,1.25 browser.cpp,1.33,1.34 editable.cpp,1.7,1.8
- Messages sorted by:
[ date ]
[ thread ]
[ subject ]
[ author ]
More information about the Scummvm-git-logs
mailing list