Skip to content

Commit 23a0f53

Browse files
chmallonJohannes Schickel
authored and
Johannes Schickel
committed
JANITORIAL: Remove trailing empty lines.
1 parent bf580e6 commit 23a0f53

File tree

517 files changed

+0
-730
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

517 files changed

+0
-730
lines changed

AUTHORS

-1
Original file line numberDiff line numberDiff line change
@@ -568,4 +568,3 @@ Special thanks to
568568

569569
Broken Sword 2.5 team for providing sources of their engine and their
570570
great support.
571-

COPYING.LGPL

-2
Original file line numberDiff line numberDiff line change
@@ -506,5 +506,3 @@ necessary. Here is a sample; alter the names:
506506
Ty Coon, President of Vice
507507

508508
That's all there is to it!
509-
510-

Makefile

-1
Original file line numberDiff line numberDiff line change
@@ -90,4 +90,3 @@ endif
9090
ifneq ($(origin port_mk), undefined)
9191
include $(srcdir)/$(port_mk)
9292
endif
93-

audio/fmopl.cpp

-1
Original file line numberDiff line numberDiff line change
@@ -192,4 +192,3 @@ FM_OPL *makeAdLibOPL(int rate) {
192192

193193
return opl;
194194
}
195-

audio/fmopl.h

-1
Original file line numberDiff line numberDiff line change
@@ -176,4 +176,3 @@ void YM3812UpdateOne(FM_OPL *OPL, int16 *buffer, int length);
176176
FM_OPL *makeAdLibOPL(int rate);
177177

178178
#endif
179-

audio/mididrv.cpp

-1
Original file line numberDiff line numberDiff line change
@@ -412,4 +412,3 @@ void MidiDriver::sendGMReset() {
412412
sysEx(resetSysEx, sizeof(resetSysEx));
413413
g_system->delayMillis(100);
414414
}
415-

audio/rate_arm.cpp

-1
Original file line numberDiff line numberDiff line change
@@ -467,4 +467,3 @@ RateConverter *makeRateConverter(st_rate_t inrate, st_rate_t outrate, bool stere
467467
}
468468

469469
} // End of namespace Audio
470-

audio/softsynth/appleiigs.cpp

-1
Original file line numberDiff line numberDiff line change
@@ -51,4 +51,3 @@ MusicDevices AppleIIGSMusicPlugin::getDevices() const {
5151
//#else
5252
REGISTER_PLUGIN_STATIC(APPLEIIGS, PLUGIN_TYPE_MUSIC, AppleIIGSMusicPlugin);
5353
//#endif
54-

audio/softsynth/eas.cpp

-1
Original file line numberDiff line numberDiff line change
@@ -480,4 +480,3 @@ Common::Error EASMusicPlugin::createInstance(MidiDriver **mididriver, MidiDriver
480480
//#endif
481481

482482
#endif
483-

audio/softsynth/fmtowns_pc98/towns_audio.h

-1
Original file line numberDiff line numberDiff line change
@@ -53,4 +53,3 @@ class TownsAudioInterface {
5353
};
5454

5555
#endif
56-

audio/softsynth/fmtowns_pc98/towns_euphony.h

-1
Original file line numberDiff line numberDiff line change
@@ -181,4 +181,3 @@ class TownsEuphonyDriver : public TownsAudioInterfacePluginDriver {
181181
};
182182

183183
#endif
184-

audio/softsynth/fmtowns_pc98/towns_midi.h

-1
Original file line numberDiff line numberDiff line change
@@ -81,4 +81,3 @@ friend class TownsMidiOutputChannel;
8181
};
8282

8383
#endif
84-

audio/softsynth/fmtowns_pc98/towns_pc98_driver.cpp

-1
Original file line numberDiff line numberDiff line change
@@ -1449,4 +1449,3 @@ const uint8 TownsPC98_AudioDriver::_drvTables[] = {
14491449
};
14501450

14511451
#undef EUPHONY_FADEOUT_TICKS
1452-

audio/softsynth/fmtowns_pc98/towns_pc98_driver.h

-1
Original file line numberDiff line numberDiff line change
@@ -115,4 +115,3 @@ friend class TownsPC98_MusicChannelPCM;
115115
};
116116

117117
#endif
118-

audio/softsynth/fmtowns_pc98/towns_pc98_fmsynth.h

-1
Original file line numberDiff line numberDiff line change
@@ -185,4 +185,3 @@ class TownsPC98_FmSynth : public Audio::AudioStream {
185185
};
186186

187187
#endif
188-

audio/softsynth/mt32/mt32_file.cpp

-1
Original file line numberDiff line numberDiff line change
@@ -67,4 +67,3 @@ bool File::writeBit32u(Bit32u out) {
6767
}
6868

6969
} // End of namespace MT32Emu
70-

audio/softsynth/opl/dosbox.h

-1
Original file line numberDiff line numberDiff line change
@@ -104,4 +104,3 @@ class OPL : public ::OPL::OPL {
104104
#endif // !DISABLE_DOSBOX_OPL
105105

106106
#endif
107-

audio/softsynth/opl/mame.cpp

-1
Original file line numberDiff line numberDiff line change
@@ -1245,4 +1245,3 @@ FM_OPL *makeAdLibOPL(int rate) {
12451245

12461246
} // End of namespace MAME
12471247
} // End of namespace OPL
1248-

backends/events/symbiansdl/symbiansdl-events.cpp

-1
Original file line numberDiff line numberDiff line change
@@ -195,4 +195,3 @@ bool SymbianSdlEventSource::remapKey(SDL_Event &ev, Common::Event &event) {
195195
}
196196

197197
#endif
198-

backends/events/symbiansdl/symbiansdl-events.h

-1
Original file line numberDiff line numberDiff line change
@@ -53,4 +53,3 @@ class SymbianSdlEventSource : public SdlEventSource {
5353
};
5454

5555
#endif
56-

backends/fs/n64/n64-fs-factory.cpp

-1
Original file line numberDiff line numberDiff line change
@@ -42,4 +42,3 @@ AbstractFSNode *N64FilesystemFactory::makeFileNodePath(const Common::String &pat
4242
}
4343

4444
#endif
45-

backends/fs/n64/n64-fs.cpp

-1
Original file line numberDiff line numberDiff line change
@@ -161,4 +161,3 @@ Common::WriteStream *N64FilesystemNode::createWriteStream() {
161161
}
162162

163163
#endif //#ifdef __N64__
164-

backends/fs/n64/romfsstream.cpp

-1
Original file line numberDiff line numberDiff line change
@@ -83,4 +83,3 @@ RomfsStream *RomfsStream::makeFromPath(const Common::String &path, bool writeMod
8383
}
8484

8585
#endif /* __N64__ */
86-

backends/fs/symbian/symbian-fs.cpp

-2
Original file line numberDiff line numberDiff line change
@@ -231,5 +231,3 @@ Common::WriteStream *SymbianFilesystemNode::createWriteStream() {
231231
return SymbianStdioStream::makeFromPath(getPath(), true);
232232
}
233233
#endif //#if defined (__SYMBIAN32__)
234-
235-

backends/fs/symbian/symbianstream.cpp

-1
Original file line numberDiff line numberDiff line change
@@ -268,4 +268,3 @@ SymbianStdioStream *SymbianStdioStream::makeFromPath(const Common::String &path,
268268
return new SymbianStdioStream(handle);
269269
return 0;
270270
}
271-

backends/fs/wii/wii-fs-factory.cpp

-1
Original file line numberDiff line numberDiff line change
@@ -218,4 +218,3 @@ void WiiFilesystemFactory::umountUnused(const String &path) {
218218
}
219219

220220
#endif
221-

backends/fs/wii/wii-fs-factory.h

-1
Original file line numberDiff line numberDiff line change
@@ -85,4 +85,3 @@ class WiiFilesystemFactory : public FilesystemFactory, public Common::Singleton<
8585
};
8686

8787
#endif /*Wii_FILESYSTEM_FACTORY_H*/
88-

backends/fs/wii/wii-fs.cpp

-1
Original file line numberDiff line numberDiff line change
@@ -202,4 +202,3 @@ Common::WriteStream *WiiFilesystemNode::createWriteStream() {
202202
}
203203

204204
#endif //#if defined(__WII__)
205-

backends/graphics/symbiansdl/symbiansdl-graphics.cpp

-1
Original file line numberDiff line numberDiff line change
@@ -77,4 +77,3 @@ void SymbianSdlGraphicsManager::setFeatureState(OSystem::Feature f, bool enable)
7777
}
7878

7979
#endif
80-

backends/graphics/symbiansdl/symbiansdl-graphics.h

-1
Original file line numberDiff line numberDiff line change
@@ -39,4 +39,3 @@ class SymbianSdlGraphicsManager : public SurfaceSdlGraphicsManager {
3939
};
4040

4141
#endif
42-

backends/graphics/wincesdl/wincesdl-graphics.cpp

-1
Original file line numberDiff line numberDiff line change
@@ -1657,4 +1657,3 @@ WINCESdlGraphicsManager::zoneDesc WINCESdlGraphicsManager::_zones[TOTAL_ZONES] =
16571657
};
16581658

16591659
#endif /* _WIN32_WCE */
1660-

backends/graphics/wincesdl/wincesdl-graphics.h

-1
Original file line numberDiff line numberDiff line change
@@ -206,4 +206,3 @@ class WINCESdlGraphicsManager : public SurfaceSdlGraphicsManager {
206206
};
207207

208208
#endif /* BACKENDS_GRAPHICS_WINCE_SDL_H */
209-

backends/log/log.cpp

-1
Original file line numberDiff line numberDiff line change
@@ -102,4 +102,3 @@ void Log::printTimeStamp() {
102102

103103
} // End of namespace Log
104104
} // End of namespace Backends
105-

backends/log/log.h

-1
Original file line numberDiff line numberDiff line change
@@ -126,4 +126,3 @@ class Log {
126126
} // End of namespace Backends
127127

128128
#endif
129-

backends/mixer/symbiansdl/symbiansdl-mixer.cpp

-1
Original file line numberDiff line numberDiff line change
@@ -72,4 +72,3 @@ void SymbianSdlMixerManager::callbackHandler(byte *samples, int len) {
7272
}
7373

7474
#endif
75-

backends/mixer/symbiansdl/symbiansdl-mixer.h

-1
Original file line numberDiff line numberDiff line change
@@ -41,4 +41,3 @@ class SymbianSdlMixerManager : public SdlMixerManager {
4141
};
4242

4343
#endif
44-

backends/mixer/wincesdl/wincesdl-mixer.cpp

-1
Original file line numberDiff line numberDiff line change
@@ -187,4 +187,3 @@ bool WINCESdlMixerManager::checkOggHighSampleRate() {
187187
#endif
188188

189189
#endif
190-

backends/mixer/wincesdl/wincesdl-mixer.h

-1
Original file line numberDiff line numberDiff line change
@@ -47,4 +47,3 @@ class WINCESdlMixerManager : public SdlMixerManager {
4747
};
4848

4949
#endif
50-

backends/platform/android/android.cpp

-1
Original file line numberDiff line numberDiff line change
@@ -602,4 +602,3 @@ void AndroidPluginProvider::addCustomDirectories(Common::FSList &dirs) const {
602602
#endif
603603

604604
#endif
605-

backends/platform/android/android.h

-1
Original file line numberDiff line numberDiff line change
@@ -296,4 +296,3 @@ class OSystem_Android : public EventsBaseBackend, public PaletteManager {
296296

297297
#endif
298298
#endif
299-

backends/platform/android/android.mk

-1
Original file line numberDiff line numberDiff line change
@@ -189,4 +189,3 @@ androiddistdebug: all
189189
done
190190

191191
.PHONY: androidrelease androidtest
192-

backends/platform/android/asset-archive.h

-1
Original file line numberDiff line numberDiff line change
@@ -52,4 +52,3 @@ class AndroidAssetArchive : public Common::Archive {
5252

5353
#endif
5454
#endif
55-

backends/platform/android/events.cpp

-1
Original file line numberDiff line numberDiff line change
@@ -820,4 +820,3 @@ bool OSystem_Android::pollEvent(Common::Event &event) {
820820
}
821821

822822
#endif
823-

backends/platform/android/gfx.cpp

-1
Original file line numberDiff line numberDiff line change
@@ -826,4 +826,3 @@ void OSystem_Android::disableCursorPalette() {
826826
}
827827

828828
#endif
829-

backends/platform/android/jni.cpp

-1
Original file line numberDiff line numberDiff line change
@@ -619,4 +619,3 @@ void JNI::setPause(JNIEnv *env, jobject self, jboolean value) {
619619
}
620620

621621
#endif
622-

backends/platform/android/jni.h

-1
Original file line numberDiff line numberDiff line change
@@ -145,4 +145,3 @@ inline int JNI::writeAudio(JNIEnv *env, jbyteArray &data, int offset, int size)
145145

146146
#endif
147147
#endif
148-

backends/platform/android/module.mk

-1
Original file line numberDiff line numberDiff line change
@@ -12,4 +12,3 @@ MODULE_OBJS := \
1212
MODULE_OBJS := $(addprefix $(MODULE)/, $(MODULE_OBJS))
1313
OBJS := $(MODULE_OBJS) $(OBJS)
1414
MODULE_DIRS += $(sort $(dir $(MODULE_OBJS)))
15-

backends/platform/android/org/inodes/gus/scummvm/EditableSurfaceView.java

-1
Original file line numberDiff line numberDiff line change
@@ -59,4 +59,3 @@ public InputConnection onCreateInputConnection(EditorInfo outAttrs) {
5959
return new MyInputConnection();
6060
}
6161
}
62-

backends/platform/android/org/inodes/gus/scummvm/PluginProvider.java

-1
Original file line numberDiff line numberDiff line change
@@ -51,4 +51,3 @@ public void onReceive(Context context, Intent intent) {
5151
setResultExtras(extras);
5252
}
5353
}
54-

backends/platform/android/org/inodes/gus/scummvm/ScummVM.java

-1
Original file line numberDiff line numberDiff line change
@@ -449,4 +449,3 @@ final private EGLConfig chooseEglConfig(EGLConfig[] configs) {
449449
System.load(libpath.getPath());
450450
}
451451
}
452-

backends/platform/android/org/inodes/gus/scummvm/ScummVMActivity.java

-1
Original file line numberDiff line numberDiff line change
@@ -222,4 +222,3 @@ private void showKeyboard(boolean show) {
222222
InputMethodManager.HIDE_IMPLICIT_ONLY);
223223
}
224224
}
225-

backends/platform/android/org/inodes/gus/scummvm/ScummVMApplication.java

-1
Original file line numberDiff line numberDiff line change
@@ -28,4 +28,3 @@ public static File getLastCacheDir() {
2828
return _cache_dir;
2929
}
3030
}
31-

backends/platform/android/org/inodes/gus/scummvm/ScummVMEvents.java

-1
Original file line numberDiff line numberDiff line change
@@ -229,4 +229,3 @@ final public boolean onSingleTapConfirmed(MotionEvent e) {
229229
return true;
230230
}
231231
}
232-

backends/platform/android/org/inodes/gus/scummvm/Unpacker.java

-1
Original file line numberDiff line numberDiff line change
@@ -370,4 +370,3 @@ private Bundle getMetaData() {
370370
}
371371
}
372372
}
373-

backends/platform/android/texture.cpp

-1
Original file line numberDiff line numberDiff line change
@@ -488,4 +488,3 @@ GLESFakePalette5551Texture::~GLESFakePalette5551Texture() {
488488
}
489489

490490
#endif
491-

backends/platform/android/texture.h

-1
Original file line numberDiff line numberDiff line change
@@ -271,4 +271,3 @@ class GLESFakePalette5551Texture : public GLESFakePaletteTexture {
271271

272272
#endif
273273
#endif
274-

backends/platform/dc/DCLauncherDialog.h

-1
Original file line numberDiff line numberDiff line change
@@ -25,4 +25,3 @@ class DCLauncherDialog {
2525
DCLauncherDialog() {}
2626
int runModal();
2727
};
28-

backends/platform/dc/README

-1
Original file line numberDiff line numberDiff line change
@@ -23,4 +23,3 @@ should get a scrambled binary SCUMMVM.BIN and some plugins *.PLG.
2323

2424
For serial/IP upload, remove the "DYNAMIC_MODULES" line and just run `make',
2525
to get a static binary with the name `scummvm.elf'.
26-

backends/platform/dc/audio.cpp

-2
Original file line numberDiff line numberDiff line change
@@ -74,5 +74,3 @@ void OSystem_Dreamcast::checkSound()
7474
if ((fillpos += n) >= curr_ring_buffer_samples)
7575
fillpos = 0;
7676
}
77-
78-

backends/platform/dc/cache.S

-1
Original file line numberDiff line numberDiff line change
@@ -35,4 +35,3 @@ ccr_addr:
3535
.long 0xff00001c
3636
ccr_data:
3737
.word 0x0905
38-

backends/platform/dc/dc-fs.cpp

-1
Original file line numberDiff line numberDiff line change
@@ -165,4 +165,3 @@ AbstractFSNode *OSystem_Dreamcast::makeFileNodePath(const Common::String &path)
165165
AbstractFSNode *node = RoninCDFileNode::makeFileNodePath(path);
166166
return (node? node : new RoninCDNonexistingNode(path));
167167
}
168-

backends/platform/dc/dc.h

-1
Original file line numberDiff line numberDiff line change
@@ -259,4 +259,3 @@ extern int handleInput(struct mapledev *pad,
259259
int &mouse_x, int &mouse_y,
260260
byte &shiftFlags, Interactive *inter = NULL);
261261
extern bool selectGame(char *&, char *&, Common::Language &, Common::Platform &, class Icon &);
262-

backends/platform/dc/dcmain.cpp

-1
Original file line numberDiff line numberDiff line change
@@ -377,4 +377,3 @@ int DCLauncherDialog::runModal()
377377

378378
return 0;
379379
}
380-

backends/platform/dc/display.cpp

-1
Original file line numberDiff line numberDiff line change
@@ -732,4 +732,3 @@ int16 OSystem_Dreamcast::getOverlayWidth()
732732
{
733733
return OVL_W;
734734
}
735-

backends/platform/dc/input.cpp

-1
Original file line numberDiff line numberDiff line change
@@ -249,4 +249,3 @@ bool OSystem_Dreamcast::pollEvent(Common::Event &event)
249249
return false;
250250
}
251251
}
252-

backends/platform/dc/label.cpp

-1
Original file line numberDiff line numberDiff line change
@@ -134,4 +134,3 @@ void Label::draw(float x, float y, unsigned int argb, float scale)
134134
myvertex.cmd |= TA_CMD_VERTEX_EOS;
135135
ta_commit_list(&myvertex);
136136
}
137-

backends/platform/dc/plugin_head.S

-1
Original file line numberDiff line numberDiff line change
@@ -3,4 +3,3 @@
33
.section .dtors,"aw",@progbits
44

55
.end
6-

backends/platform/dingux/README.DINGUX

-1
Original file line numberDiff line numberDiff line change
@@ -65,4 +65,3 @@ I still raccomand the use of opendingux kernel + rootfs, but if you don't, this
6565
image plus another kernel (eg. SiENcE's one) should be do the job.
6666

6767
Enjoy
68-

backends/platform/dingux/scummvm.gpe

-1
Original file line numberDiff line numberDiff line change
@@ -2,4 +2,3 @@
22

33
HOME=`pwd`
44
$HOME/scummvm.elf
5-

backends/platform/ds/arm7/source/libcartreset/cartreset.c

-3
Original file line numberDiff line numberDiff line change
@@ -104,6 +104,3 @@ void cartExecute()
104104
}
105105

106106
#endif
107-
108-
109-

backends/platform/ds/arm7/source/libcartreset/cartreset_nolibfat.h

-1
Original file line numberDiff line numberDiff line change
@@ -54,4 +54,3 @@ void cartExecute();
5454
#endif
5555

5656
#endif
57-

backends/platform/ds/arm7/source/main.cpp

-1
Original file line numberDiff line numberDiff line change
@@ -650,4 +650,3 @@ int main(int argc, char ** argv) {
650650

651651

652652
//////////////////////////////////////////////////////////////////////
653-

backends/platform/ds/arm9/dist/readme_ds.txt

-5
Original file line numberDiff line numberDiff line change
@@ -861,8 +861,3 @@ For other builds, substitute the letters b - g in the above line.
861861
To build everything, type:
862862

863863
make allbuildssafe
864-
865-
866-
867-
868-

backends/platform/ds/arm9/source/dsoptions.cpp

-1
Original file line numberDiff line numberDiff line change
@@ -433,4 +433,3 @@ void setOptions() {
433433
}
434434

435435
} // End of namespace DS
436-

backends/platform/ds/arm9/source/fat/disc_io.h

-1
Original file line numberDiff line numberDiff line change
@@ -218,4 +218,3 @@ typedef struct {
218218
#endif
219219

220220
#endif // define DISC_IO_H
221-

backends/platform/ds/arm9/source/fat/io_m3_common.c

-1
Original file line numberDiff line numberDiff line change
@@ -57,4 +57,3 @@ void _M3_changeMode (u32 mode) {
5757
_M3_readHalfword (0x08000188);
5858
}
5959
}
60-

backends/platform/ds/arm9/source/fat/io_m3_common.h

-1
Original file line numberDiff line numberDiff line change
@@ -45,4 +45,3 @@
4545
extern void _M3_changeMode (u32 mode);
4646

4747
#endif // IO_M3_COMMON_H
48-

backends/platform/ds/arm9/source/fat/io_m3sd_asm.s

-1
Original file line numberDiff line numberDiff line change
@@ -193,4 +193,3 @@ sd_data_write_busy2:
193193

194194
ldmfd r13!,{r4-r5,r15}
195195
@-----------------end-------------------
196-

0 commit comments

Comments
 (0)