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$
*
*/
#include "common/stdafx.h"
#include "common/debugger.h"

View file

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

View file

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

View file

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

View file

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

View file

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

View file

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