Skip to content

Commit

Permalink
JANITORIAL: Remove trailing empty lines.
Browse files Browse the repository at this point in the history
  • Loading branch information
chmallon authored and Johannes Schickel committed Aug 7, 2011
1 parent bf580e6 commit 23a0f53
Show file tree
Hide file tree
Showing 517 changed files with 0 additions and 730 deletions.
1 change: 0 additions & 1 deletion AUTHORS
Expand Up @@ -568,4 +568,3 @@ Special thanks to

Broken Sword 2.5 team for providing sources of their engine and their
great support.

2 changes: 0 additions & 2 deletions COPYING.LGPL
Expand Up @@ -506,5 +506,3 @@ necessary. Here is a sample; alter the names:
Ty Coon, President of Vice

That's all there is to it!


1 change: 0 additions & 1 deletion Makefile
Expand Up @@ -90,4 +90,3 @@ endif
ifneq ($(origin port_mk), undefined)
include $(srcdir)/$(port_mk)
endif

1 change: 0 additions & 1 deletion audio/fmopl.cpp
Expand Up @@ -192,4 +192,3 @@ FM_OPL *makeAdLibOPL(int rate) {

return opl;
}

1 change: 0 additions & 1 deletion audio/fmopl.h
Expand Up @@ -176,4 +176,3 @@ void YM3812UpdateOne(FM_OPL *OPL, int16 *buffer, int length);
FM_OPL *makeAdLibOPL(int rate);

#endif

1 change: 0 additions & 1 deletion audio/mididrv.cpp
Expand Up @@ -412,4 +412,3 @@ void MidiDriver::sendGMReset() {
sysEx(resetSysEx, sizeof(resetSysEx));
g_system->delayMillis(100);
}

1 change: 0 additions & 1 deletion audio/rate_arm.cpp
Expand Up @@ -467,4 +467,3 @@ RateConverter *makeRateConverter(st_rate_t inrate, st_rate_t outrate, bool stere
}

} // End of namespace Audio

1 change: 0 additions & 1 deletion audio/softsynth/appleiigs.cpp
Expand Up @@ -51,4 +51,3 @@ MusicDevices AppleIIGSMusicPlugin::getDevices() const {
//#else
REGISTER_PLUGIN_STATIC(APPLEIIGS, PLUGIN_TYPE_MUSIC, AppleIIGSMusicPlugin);
//#endif

1 change: 0 additions & 1 deletion audio/softsynth/eas.cpp
Expand Up @@ -480,4 +480,3 @@ Common::Error EASMusicPlugin::createInstance(MidiDriver **mididriver, MidiDriver
//#endif

#endif

1 change: 0 additions & 1 deletion audio/softsynth/fmtowns_pc98/towns_audio.h
Expand Up @@ -53,4 +53,3 @@ class TownsAudioInterface {
};

#endif

1 change: 0 additions & 1 deletion audio/softsynth/fmtowns_pc98/towns_euphony.h
Expand Up @@ -181,4 +181,3 @@ class TownsEuphonyDriver : public TownsAudioInterfacePluginDriver {
};

#endif

1 change: 0 additions & 1 deletion audio/softsynth/fmtowns_pc98/towns_midi.h
Expand Up @@ -81,4 +81,3 @@ friend class TownsMidiOutputChannel;
};

#endif

1 change: 0 additions & 1 deletion audio/softsynth/fmtowns_pc98/towns_pc98_driver.cpp
Expand Up @@ -1449,4 +1449,3 @@ const uint8 TownsPC98_AudioDriver::_drvTables[] = {
};

#undef EUPHONY_FADEOUT_TICKS

1 change: 0 additions & 1 deletion audio/softsynth/fmtowns_pc98/towns_pc98_driver.h
Expand Up @@ -115,4 +115,3 @@ friend class TownsPC98_MusicChannelPCM;
};

#endif

1 change: 0 additions & 1 deletion audio/softsynth/fmtowns_pc98/towns_pc98_fmsynth.h
Expand Up @@ -185,4 +185,3 @@ class TownsPC98_FmSynth : public Audio::AudioStream {
};

#endif

1 change: 0 additions & 1 deletion audio/softsynth/mt32/mt32_file.cpp
Expand Up @@ -67,4 +67,3 @@ bool File::writeBit32u(Bit32u out) {
}

} // End of namespace MT32Emu

1 change: 0 additions & 1 deletion audio/softsynth/opl/dosbox.h
Expand Up @@ -104,4 +104,3 @@ class OPL : public ::OPL::OPL {
#endif // !DISABLE_DOSBOX_OPL

#endif

1 change: 0 additions & 1 deletion audio/softsynth/opl/mame.cpp
Expand Up @@ -1245,4 +1245,3 @@ FM_OPL *makeAdLibOPL(int rate) {

} // End of namespace MAME
} // End of namespace OPL

1 change: 0 additions & 1 deletion backends/events/symbiansdl/symbiansdl-events.cpp
Expand Up @@ -195,4 +195,3 @@ bool SymbianSdlEventSource::remapKey(SDL_Event &ev, Common::Event &event) {
}

#endif

1 change: 0 additions & 1 deletion backends/events/symbiansdl/symbiansdl-events.h
Expand Up @@ -53,4 +53,3 @@ class SymbianSdlEventSource : public SdlEventSource {
};

#endif

1 change: 0 additions & 1 deletion backends/fs/n64/n64-fs-factory.cpp
Expand Up @@ -42,4 +42,3 @@ AbstractFSNode *N64FilesystemFactory::makeFileNodePath(const Common::String &pat
}

#endif

1 change: 0 additions & 1 deletion backends/fs/n64/n64-fs.cpp
Expand Up @@ -161,4 +161,3 @@ Common::WriteStream *N64FilesystemNode::createWriteStream() {
}

#endif //#ifdef __N64__

1 change: 0 additions & 1 deletion backends/fs/n64/romfsstream.cpp
Expand Up @@ -83,4 +83,3 @@ RomfsStream *RomfsStream::makeFromPath(const Common::String &path, bool writeMod
}

#endif /* __N64__ */

2 changes: 0 additions & 2 deletions backends/fs/symbian/symbian-fs.cpp
Expand Up @@ -231,5 +231,3 @@ Common::WriteStream *SymbianFilesystemNode::createWriteStream() {
return SymbianStdioStream::makeFromPath(getPath(), true);
}
#endif //#if defined (__SYMBIAN32__)


1 change: 0 additions & 1 deletion backends/fs/symbian/symbianstream.cpp
Expand Up @@ -268,4 +268,3 @@ SymbianStdioStream *SymbianStdioStream::makeFromPath(const Common::String &path,
return new SymbianStdioStream(handle);
return 0;
}

1 change: 0 additions & 1 deletion backends/fs/wii/wii-fs-factory.cpp
Expand Up @@ -218,4 +218,3 @@ void WiiFilesystemFactory::umountUnused(const String &path) {
}

#endif

1 change: 0 additions & 1 deletion backends/fs/wii/wii-fs-factory.h
Expand Up @@ -85,4 +85,3 @@ class WiiFilesystemFactory : public FilesystemFactory, public Common::Singleton<
};

#endif /*Wii_FILESYSTEM_FACTORY_H*/

1 change: 0 additions & 1 deletion backends/fs/wii/wii-fs.cpp
Expand Up @@ -202,4 +202,3 @@ Common::WriteStream *WiiFilesystemNode::createWriteStream() {
}

#endif //#if defined(__WII__)

1 change: 0 additions & 1 deletion backends/graphics/symbiansdl/symbiansdl-graphics.cpp
Expand Up @@ -77,4 +77,3 @@ void SymbianSdlGraphicsManager::setFeatureState(OSystem::Feature f, bool enable)
}

#endif

1 change: 0 additions & 1 deletion backends/graphics/symbiansdl/symbiansdl-graphics.h
Expand Up @@ -39,4 +39,3 @@ class SymbianSdlGraphicsManager : public SurfaceSdlGraphicsManager {
};

#endif

1 change: 0 additions & 1 deletion backends/graphics/wincesdl/wincesdl-graphics.cpp
Expand Up @@ -1657,4 +1657,3 @@ WINCESdlGraphicsManager::zoneDesc WINCESdlGraphicsManager::_zones[TOTAL_ZONES] =
};

#endif /* _WIN32_WCE */

1 change: 0 additions & 1 deletion backends/graphics/wincesdl/wincesdl-graphics.h
Expand Up @@ -206,4 +206,3 @@ class WINCESdlGraphicsManager : public SurfaceSdlGraphicsManager {
};

#endif /* BACKENDS_GRAPHICS_WINCE_SDL_H */

1 change: 0 additions & 1 deletion backends/log/log.cpp
Expand Up @@ -102,4 +102,3 @@ void Log::printTimeStamp() {

} // End of namespace Log
} // End of namespace Backends

1 change: 0 additions & 1 deletion backends/log/log.h
Expand Up @@ -126,4 +126,3 @@ class Log {
} // End of namespace Backends

#endif

1 change: 0 additions & 1 deletion backends/mixer/symbiansdl/symbiansdl-mixer.cpp
Expand Up @@ -72,4 +72,3 @@ void SymbianSdlMixerManager::callbackHandler(byte *samples, int len) {
}

#endif

1 change: 0 additions & 1 deletion backends/mixer/symbiansdl/symbiansdl-mixer.h
Expand Up @@ -41,4 +41,3 @@ class SymbianSdlMixerManager : public SdlMixerManager {
};

#endif

1 change: 0 additions & 1 deletion backends/mixer/wincesdl/wincesdl-mixer.cpp
Expand Up @@ -187,4 +187,3 @@ bool WINCESdlMixerManager::checkOggHighSampleRate() {
#endif

#endif

1 change: 0 additions & 1 deletion backends/mixer/wincesdl/wincesdl-mixer.h
Expand Up @@ -47,4 +47,3 @@ class WINCESdlMixerManager : public SdlMixerManager {
};

#endif

1 change: 0 additions & 1 deletion backends/platform/android/android.cpp
Expand Up @@ -602,4 +602,3 @@ void AndroidPluginProvider::addCustomDirectories(Common::FSList &dirs) const {
#endif

#endif

1 change: 0 additions & 1 deletion backends/platform/android/android.h
Expand Up @@ -296,4 +296,3 @@ class OSystem_Android : public EventsBaseBackend, public PaletteManager {

#endif
#endif

1 change: 0 additions & 1 deletion backends/platform/android/android.mk
Expand Up @@ -189,4 +189,3 @@ androiddistdebug: all
done

.PHONY: androidrelease androidtest

1 change: 0 additions & 1 deletion backends/platform/android/asset-archive.h
Expand Up @@ -52,4 +52,3 @@ class AndroidAssetArchive : public Common::Archive {

#endif
#endif

1 change: 0 additions & 1 deletion backends/platform/android/events.cpp
Expand Up @@ -820,4 +820,3 @@ bool OSystem_Android::pollEvent(Common::Event &event) {
}

#endif

1 change: 0 additions & 1 deletion backends/platform/android/gfx.cpp
Expand Up @@ -826,4 +826,3 @@ void OSystem_Android::disableCursorPalette() {
}

#endif

1 change: 0 additions & 1 deletion backends/platform/android/jni.cpp
Expand Up @@ -619,4 +619,3 @@ void JNI::setPause(JNIEnv *env, jobject self, jboolean value) {
}

#endif

1 change: 0 additions & 1 deletion backends/platform/android/jni.h
Expand Up @@ -145,4 +145,3 @@ inline int JNI::writeAudio(JNIEnv *env, jbyteArray &data, int offset, int size)

#endif
#endif

1 change: 0 additions & 1 deletion backends/platform/android/module.mk
Expand Up @@ -12,4 +12,3 @@ MODULE_OBJS := \
MODULE_OBJS := $(addprefix $(MODULE)/, $(MODULE_OBJS))
OBJS := $(MODULE_OBJS) $(OBJS)
MODULE_DIRS += $(sort $(dir $(MODULE_OBJS)))

Expand Up @@ -59,4 +59,3 @@ public InputConnection onCreateInputConnection(EditorInfo outAttrs) {
return new MyInputConnection();
}
}

Expand Up @@ -51,4 +51,3 @@ public void onReceive(Context context, Intent intent) {
setResultExtras(extras);
}
}

Expand Up @@ -449,4 +449,3 @@ final private EGLConfig chooseEglConfig(EGLConfig[] configs) {
System.load(libpath.getPath());
}
}

Expand Up @@ -222,4 +222,3 @@ private void showKeyboard(boolean show) {
InputMethodManager.HIDE_IMPLICIT_ONLY);
}
}

Expand Up @@ -28,4 +28,3 @@ public static File getLastCacheDir() {
return _cache_dir;
}
}

Expand Up @@ -229,4 +229,3 @@ final public boolean onSingleTapConfirmed(MotionEvent e) {
return true;
}
}

Expand Up @@ -370,4 +370,3 @@ private Bundle getMetaData() {
}
}
}

1 change: 0 additions & 1 deletion backends/platform/android/texture.cpp
Expand Up @@ -488,4 +488,3 @@ GLESFakePalette5551Texture::~GLESFakePalette5551Texture() {
}

#endif

1 change: 0 additions & 1 deletion backends/platform/android/texture.h
Expand Up @@ -271,4 +271,3 @@ class GLESFakePalette5551Texture : public GLESFakePaletteTexture {

#endif
#endif

1 change: 0 additions & 1 deletion backends/platform/dc/DCLauncherDialog.h
Expand Up @@ -25,4 +25,3 @@ class DCLauncherDialog {
DCLauncherDialog() {}
int runModal();
};

1 change: 0 additions & 1 deletion backends/platform/dc/README
Expand Up @@ -23,4 +23,3 @@ should get a scrambled binary SCUMMVM.BIN and some plugins *.PLG.

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

2 changes: 0 additions & 2 deletions backends/platform/dc/audio.cpp
Expand Up @@ -74,5 +74,3 @@ void OSystem_Dreamcast::checkSound()
if ((fillpos += n) >= curr_ring_buffer_samples)
fillpos = 0;
}


1 change: 0 additions & 1 deletion backends/platform/dc/cache.S
Expand Up @@ -35,4 +35,3 @@ ccr_addr:
.long 0xff00001c
ccr_data:
.word 0x0905

1 change: 0 additions & 1 deletion backends/platform/dc/dc-fs.cpp
Expand Up @@ -165,4 +165,3 @@ AbstractFSNode *OSystem_Dreamcast::makeFileNodePath(const Common::String &path)
AbstractFSNode *node = RoninCDFileNode::makeFileNodePath(path);
return (node? node : new RoninCDNonexistingNode(path));
}

1 change: 0 additions & 1 deletion backends/platform/dc/dc.h
Expand Up @@ -259,4 +259,3 @@ extern int handleInput(struct mapledev *pad,
int &mouse_x, int &mouse_y,
byte &shiftFlags, Interactive *inter = NULL);
extern bool selectGame(char *&, char *&, Common::Language &, Common::Platform &, class Icon &);

1 change: 0 additions & 1 deletion backends/platform/dc/dcmain.cpp
Expand Up @@ -377,4 +377,3 @@ int DCLauncherDialog::runModal()

return 0;
}

1 change: 0 additions & 1 deletion backends/platform/dc/display.cpp
Expand Up @@ -732,4 +732,3 @@ int16 OSystem_Dreamcast::getOverlayWidth()
{
return OVL_W;
}

1 change: 0 additions & 1 deletion backends/platform/dc/input.cpp
Expand Up @@ -249,4 +249,3 @@ bool OSystem_Dreamcast::pollEvent(Common::Event &event)
return false;
}
}

1 change: 0 additions & 1 deletion backends/platform/dc/label.cpp
Expand Up @@ -134,4 +134,3 @@ void Label::draw(float x, float y, unsigned int argb, float scale)
myvertex.cmd |= TA_CMD_VERTEX_EOS;
ta_commit_list(&myvertex);
}

1 change: 0 additions & 1 deletion backends/platform/dc/plugin_head.S
Expand Up @@ -3,4 +3,3 @@
.section .dtors,"aw",@progbits

.end

1 change: 0 additions & 1 deletion backends/platform/dingux/README.DINGUX
Expand Up @@ -65,4 +65,3 @@ I still raccomand the use of opendingux kernel + rootfs, but if you don't, this
image plus another kernel (eg. SiENcE's one) should be do the job.

Enjoy

1 change: 0 additions & 1 deletion backends/platform/dingux/scummvm.gpe
Expand Up @@ -2,4 +2,3 @@

HOME=`pwd`
$HOME/scummvm.elf

3 changes: 0 additions & 3 deletions backends/platform/ds/arm7/source/libcartreset/cartreset.c
Expand Up @@ -104,6 +104,3 @@ void cartExecute()
}

#endif



Expand Up @@ -54,4 +54,3 @@ void cartExecute();
#endif

#endif

1 change: 0 additions & 1 deletion backends/platform/ds/arm7/source/main.cpp
Expand Up @@ -650,4 +650,3 @@ int main(int argc, char ** argv) {


//////////////////////////////////////////////////////////////////////

5 changes: 0 additions & 5 deletions backends/platform/ds/arm9/dist/readme_ds.txt
Expand Up @@ -861,8 +861,3 @@ For other builds, substitute the letters b - g in the above line.
To build everything, type:

make allbuildssafe





1 change: 0 additions & 1 deletion backends/platform/ds/arm9/source/dsoptions.cpp
Expand Up @@ -433,4 +433,3 @@ void setOptions() {
}

} // End of namespace DS

1 change: 0 additions & 1 deletion backends/platform/ds/arm9/source/fat/disc_io.h
Expand Up @@ -218,4 +218,3 @@ typedef struct {
#endif

#endif // define DISC_IO_H

1 change: 0 additions & 1 deletion backends/platform/ds/arm9/source/fat/io_m3_common.c
Expand Up @@ -57,4 +57,3 @@ void _M3_changeMode (u32 mode) {
_M3_readHalfword (0x08000188);
}
}

1 change: 0 additions & 1 deletion backends/platform/ds/arm9/source/fat/io_m3_common.h
Expand Up @@ -45,4 +45,3 @@
extern void _M3_changeMode (u32 mode);

#endif // IO_M3_COMMON_H

1 change: 0 additions & 1 deletion backends/platform/ds/arm9/source/fat/io_m3sd_asm.s
Expand Up @@ -193,4 +193,3 @@ sd_data_write_busy2:

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

0 comments on commit 23a0f53

Please sign in to comment.