Whitespace changes.

svn-id: r18449
This commit is contained in:
Torbjörn Andersson 2005-06-24 16:08:31 +00:00
parent 7dc3082a35
commit 1d39f986c9
15 changed files with 7 additions and 14 deletions

View file

@ -18,6 +18,7 @@
* $Header$ * $Header$
* *
*/ */
#include "common/stdafx.h" #include "common/stdafx.h"
#include "common/debugger.h" #include "common/debugger.h"

View file

@ -31,7 +31,6 @@
#include <zlib.h> #include <zlib.h>
#endif #endif
namespace Common { namespace Common {
const char *SaveFileManager::getSavePath() const { const char *SaveFileManager::getSavePath() const {

View file

@ -26,7 +26,6 @@
#include "common/scummsys.h" #include "common/scummsys.h"
#include "common/stream.h" #include "common/stream.h"
namespace Common { namespace Common {
/** /**

View file

@ -25,7 +25,6 @@
#include "common/stdafx.h" #include "common/stdafx.h"
#include "common/scummsys.h" #include "common/scummsys.h"
namespace Common { namespace Common {
class String; class String;

View file

@ -23,7 +23,6 @@
#include "gui/dialog.h" #include "gui/dialog.h"
#include "gui/newgui.h" #include "gui/newgui.h"
namespace GUI { namespace GUI {
EditTextWidget::EditTextWidget(GuiObject *boss, int x, int y, int w, int h, const String &text, WidgetSize ws) EditTextWidget::EditTextWidget(GuiObject *boss, int x, int y, int w, int h, const String &text, WidgetSize ws)

View file

@ -24,7 +24,6 @@
#include "gui/dialog.h" #include "gui/dialog.h"
#include "gui/newgui.h" #include "gui/newgui.h"
namespace GUI { namespace GUI {
ListWidget::ListWidget(GuiObject *boss, int x, int y, int w, int h, WidgetSize ws) ListWidget::ListWidget(GuiObject *boss, int x, int y, int w, int h, WidgetSize ws)

View file

@ -23,7 +23,6 @@
#include "gui/dialog.h" #include "gui/dialog.h"
#include "gui/newgui.h" #include "gui/newgui.h"
namespace GUI { namespace GUI {
#define UP_DOWN_BOX_HEIGHT (_w+1) #define UP_DOWN_BOX_HEIGHT (_w+1)

View file

@ -34,7 +34,6 @@ enum {
kGoUpCmd = 'GoUp' kGoUpCmd = 'GoUp'
}; };
#ifdef MACOSX #ifdef MACOSX
/* On Mac OS X, use the native file selector dialog. We could do the same for /* On Mac OS X, use the native file selector dialog. We could do the same for
* other operating systems. * other operating systems.

View file

@ -22,7 +22,6 @@
#include "gui/editable.h" #include "gui/editable.h"
#include "gui/newgui.h" #include "gui/newgui.h"
namespace GUI { namespace GUI {
EditableWidget::EditableWidget(GuiObject *boss, int x, int y, int w, int h, WidgetSize ws) EditableWidget::EditableWidget(GuiObject *boss, int x, int y, int w, int h, WidgetSize ws)