Whitespace changes.
svn-id: r18449
This commit is contained in:
parent
7dc3082a35
commit
1d39f986c9
15 changed files with 7 additions and 14 deletions
|
@ -18,6 +18,7 @@
|
|||
* $Header$
|
||||
*
|
||||
*/
|
||||
|
||||
#include "common/stdafx.h"
|
||||
|
||||
#include "common/debugger.h"
|
||||
|
|
|
@ -31,7 +31,6 @@
|
|||
#include <zlib.h>
|
||||
#endif
|
||||
|
||||
|
||||
namespace Common {
|
||||
|
||||
const char *SaveFileManager::getSavePath() const {
|
||||
|
|
|
@ -26,7 +26,6 @@
|
|||
#include "common/scummsys.h"
|
||||
#include "common/stream.h"
|
||||
|
||||
|
||||
namespace Common {
|
||||
|
||||
/**
|
||||
|
|
|
@ -25,7 +25,6 @@
|
|||
#include "common/stdafx.h"
|
||||
#include "common/scummsys.h"
|
||||
|
||||
|
||||
namespace Common {
|
||||
|
||||
class String;
|
||||
|
|
|
@ -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)
|
||||
|
|
|
@ -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)
|
||||
|
|
|
@ -23,7 +23,6 @@
|
|||
#include "gui/dialog.h"
|
||||
#include "gui/newgui.h"
|
||||
|
||||
|
||||
namespace GUI {
|
||||
|
||||
#define UP_DOWN_BOX_HEIGHT (_w+1)
|
||||
|
|
|
@ -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.
|
||||
|
|
|
@ -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)
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue