JANITORIAL: Remove trailing empty lines.

This commit is contained in:
Christoph Mallon 2011-08-07 11:39:54 +02:00 committed by Johannes Schickel
parent bf580e6e6b
commit 23a0f5318c
517 changed files with 0 additions and 730 deletions

View file

@ -568,4 +568,3 @@ Special thanks to
Broken Sword 2.5 team for providing sources of their engine and their Broken Sword 2.5 team for providing sources of their engine and their
great support. great support.

View file

@ -506,5 +506,3 @@ necessary. Here is a sample; alter the names:
Ty Coon, President of Vice Ty Coon, President of Vice
That's all there is to it! That's all there is to it!

View file

@ -90,4 +90,3 @@ endif
ifneq ($(origin port_mk), undefined) ifneq ($(origin port_mk), undefined)
include $(srcdir)/$(port_mk) include $(srcdir)/$(port_mk)
endif endif

View file

@ -192,4 +192,3 @@ FM_OPL *makeAdLibOPL(int rate) {
return opl; return opl;
} }

View file

@ -176,4 +176,3 @@ void YM3812UpdateOne(FM_OPL *OPL, int16 *buffer, int length);
FM_OPL *makeAdLibOPL(int rate); FM_OPL *makeAdLibOPL(int rate);
#endif #endif

View file

@ -412,4 +412,3 @@ void MidiDriver::sendGMReset() {
sysEx(resetSysEx, sizeof(resetSysEx)); sysEx(resetSysEx, sizeof(resetSysEx));
g_system->delayMillis(100); g_system->delayMillis(100);
} }

View file

@ -467,4 +467,3 @@ RateConverter *makeRateConverter(st_rate_t inrate, st_rate_t outrate, bool stere
} }
} // End of namespace Audio } // End of namespace Audio

View file

@ -51,4 +51,3 @@ MusicDevices AppleIIGSMusicPlugin::getDevices() const {
//#else //#else
REGISTER_PLUGIN_STATIC(APPLEIIGS, PLUGIN_TYPE_MUSIC, AppleIIGSMusicPlugin); REGISTER_PLUGIN_STATIC(APPLEIIGS, PLUGIN_TYPE_MUSIC, AppleIIGSMusicPlugin);
//#endif //#endif

View file

@ -480,4 +480,3 @@ Common::Error EASMusicPlugin::createInstance(MidiDriver **mididriver, MidiDriver
//#endif //#endif
#endif #endif

View file

@ -53,4 +53,3 @@ private:
}; };
#endif #endif

View file

@ -181,4 +181,3 @@ private:
}; };
#endif #endif

View file

@ -81,4 +81,3 @@ private:
}; };
#endif #endif

View file

@ -1449,4 +1449,3 @@ const uint8 TownsPC98_AudioDriver::_drvTables[] = {
}; };
#undef EUPHONY_FADEOUT_TICKS #undef EUPHONY_FADEOUT_TICKS

View file

@ -115,4 +115,3 @@ private:
}; };
#endif #endif

View file

@ -185,4 +185,3 @@ private:
}; };
#endif #endif

View file

@ -67,4 +67,3 @@ bool File::writeBit32u(Bit32u out) {
} }
} // End of namespace MT32Emu } // End of namespace MT32Emu

View file

@ -104,4 +104,3 @@ public:
#endif // !DISABLE_DOSBOX_OPL #endif // !DISABLE_DOSBOX_OPL
#endif #endif

View file

@ -1245,4 +1245,3 @@ FM_OPL *makeAdLibOPL(int rate) {
} // End of namespace MAME } // End of namespace MAME
} // End of namespace OPL } // End of namespace OPL

View file

@ -195,4 +195,3 @@ bool SymbianSdlEventSource::remapKey(SDL_Event &ev, Common::Event &event) {
} }
#endif #endif

View file

@ -53,4 +53,3 @@ protected:
}; };
#endif #endif

View file

@ -42,4 +42,3 @@ AbstractFSNode *N64FilesystemFactory::makeFileNodePath(const Common::String &pat
} }
#endif #endif

View file

@ -161,4 +161,3 @@ Common::WriteStream *N64FilesystemNode::createWriteStream() {
} }
#endif //#ifdef __N64__ #endif //#ifdef __N64__

View file

@ -83,4 +83,3 @@ RomfsStream *RomfsStream::makeFromPath(const Common::String &path, bool writeMod
} }
#endif /* __N64__ */ #endif /* __N64__ */

View file

@ -231,5 +231,3 @@ Common::WriteStream *SymbianFilesystemNode::createWriteStream() {
return SymbianStdioStream::makeFromPath(getPath(), true); return SymbianStdioStream::makeFromPath(getPath(), true);
} }
#endif //#if defined (__SYMBIAN32__) #endif //#if defined (__SYMBIAN32__)

View file

@ -268,4 +268,3 @@ SymbianStdioStream *SymbianStdioStream::makeFromPath(const Common::String &path,
return new SymbianStdioStream(handle); return new SymbianStdioStream(handle);
return 0; return 0;
} }

View file

@ -218,4 +218,3 @@ void WiiFilesystemFactory::umountUnused(const String &path) {
} }
#endif #endif

View file

@ -85,4 +85,3 @@ private:
}; };
#endif /*Wii_FILESYSTEM_FACTORY_H*/ #endif /*Wii_FILESYSTEM_FACTORY_H*/

View file

@ -202,4 +202,3 @@ Common::WriteStream *WiiFilesystemNode::createWriteStream() {
} }
#endif //#if defined(__WII__) #endif //#if defined(__WII__)

View file

@ -77,4 +77,3 @@ void SymbianSdlGraphicsManager::setFeatureState(OSystem::Feature f, bool enable)
} }
#endif #endif

View file

@ -39,4 +39,3 @@ public:
}; };
#endif #endif

View file

@ -1657,4 +1657,3 @@ WINCESdlGraphicsManager::zoneDesc WINCESdlGraphicsManager::_zones[TOTAL_ZONES] =
}; };
#endif /* _WIN32_WCE */ #endif /* _WIN32_WCE */

View file

@ -206,4 +206,3 @@ private:
}; };
#endif /* BACKENDS_GRAPHICS_WINCE_SDL_H */ #endif /* BACKENDS_GRAPHICS_WINCE_SDL_H */

View file

@ -102,4 +102,3 @@ void Log::printTimeStamp() {
} // End of namespace Log } // End of namespace Log
} // End of namespace Backends } // End of namespace Backends

View file

@ -126,4 +126,3 @@ private:
} // End of namespace Backends } // End of namespace Backends
#endif #endif

View file

@ -72,4 +72,3 @@ void SymbianSdlMixerManager::callbackHandler(byte *samples, int len) {
} }
#endif #endif

View file

@ -41,4 +41,3 @@ protected:
}; };
#endif #endif

View file

@ -187,4 +187,3 @@ bool WINCESdlMixerManager::checkOggHighSampleRate() {
#endif #endif
#endif #endif

View file

@ -47,4 +47,3 @@ private:
}; };
#endif #endif

View file

@ -602,4 +602,3 @@ void AndroidPluginProvider::addCustomDirectories(Common::FSList &dirs) const {
#endif #endif
#endif #endif

View file

@ -296,4 +296,3 @@ public:
#endif #endif
#endif #endif

View file

@ -189,4 +189,3 @@ androiddistdebug: all
done done
.PHONY: androidrelease androidtest .PHONY: androidrelease androidtest

View file

@ -52,4 +52,3 @@ private:
#endif #endif
#endif #endif

View file

@ -820,4 +820,3 @@ bool OSystem_Android::pollEvent(Common::Event &event) {
} }
#endif #endif

View file

@ -826,4 +826,3 @@ void OSystem_Android::disableCursorPalette() {
} }
#endif #endif

View file

@ -619,4 +619,3 @@ void JNI::setPause(JNIEnv *env, jobject self, jboolean value) {
} }
#endif #endif

View file

@ -145,4 +145,3 @@ inline int JNI::writeAudio(JNIEnv *env, jbyteArray &data, int offset, int size)
#endif #endif
#endif #endif

View file

@ -12,4 +12,3 @@ MODULE_OBJS := \
MODULE_OBJS := $(addprefix $(MODULE)/, $(MODULE_OBJS)) MODULE_OBJS := $(addprefix $(MODULE)/, $(MODULE_OBJS))
OBJS := $(MODULE_OBJS) $(OBJS) OBJS := $(MODULE_OBJS) $(OBJS)
MODULE_DIRS += $(sort $(dir $(MODULE_OBJS))) MODULE_DIRS += $(sort $(dir $(MODULE_OBJS)))

View file

@ -59,4 +59,3 @@ public class EditableSurfaceView extends SurfaceView {
return new MyInputConnection(); return new MyInputConnection();
} }
} }

View file

@ -51,4 +51,3 @@ public class PluginProvider extends BroadcastReceiver {
setResultExtras(extras); setResultExtras(extras);
} }
} }

View file

@ -449,4 +449,3 @@ public abstract class ScummVM implements SurfaceHolder.Callback, Runnable {
System.load(libpath.getPath()); System.load(libpath.getPath());
} }
} }

View file

@ -222,4 +222,3 @@ public class ScummVMActivity extends Activity {
InputMethodManager.HIDE_IMPLICIT_ONLY); InputMethodManager.HIDE_IMPLICIT_ONLY);
} }
} }

View file

@ -28,4 +28,3 @@ public class ScummVMApplication extends Application {
return _cache_dir; return _cache_dir;
} }
} }

View file

@ -229,4 +229,3 @@ public class ScummVMEvents implements
return true; return true;
} }
} }

View file

@ -370,4 +370,3 @@ public class Unpacker extends Activity {
} }
} }
} }

View file

@ -488,4 +488,3 @@ GLESFakePalette5551Texture::~GLESFakePalette5551Texture() {
} }
#endif #endif

View file

@ -271,4 +271,3 @@ public:
#endif #endif
#endif #endif

View file

@ -25,4 +25,3 @@ class DCLauncherDialog {
DCLauncherDialog() {} DCLauncherDialog() {}
int runModal(); int runModal();
}; };

View file

@ -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', For serial/IP upload, remove the "DYNAMIC_MODULES" line and just run `make',
to get a static binary with the name `scummvm.elf'. to get a static binary with the name `scummvm.elf'.

View file

@ -74,5 +74,3 @@ void OSystem_Dreamcast::checkSound()
if ((fillpos += n) >= curr_ring_buffer_samples) if ((fillpos += n) >= curr_ring_buffer_samples)
fillpos = 0; fillpos = 0;
} }

View file

@ -35,4 +35,3 @@ ccr_addr:
.long 0xff00001c .long 0xff00001c
ccr_data: ccr_data:
.word 0x0905 .word 0x0905

View file

@ -165,4 +165,3 @@ AbstractFSNode *OSystem_Dreamcast::makeFileNodePath(const Common::String &path)
AbstractFSNode *node = RoninCDFileNode::makeFileNodePath(path); AbstractFSNode *node = RoninCDFileNode::makeFileNodePath(path);
return (node? node : new RoninCDNonexistingNode(path)); return (node? node : new RoninCDNonexistingNode(path));
} }

View file

@ -259,4 +259,3 @@ extern int handleInput(struct mapledev *pad,
int &mouse_x, int &mouse_y, int &mouse_x, int &mouse_y,
byte &shiftFlags, Interactive *inter = NULL); byte &shiftFlags, Interactive *inter = NULL);
extern bool selectGame(char *&, char *&, Common::Language &, Common::Platform &, class Icon &); extern bool selectGame(char *&, char *&, Common::Language &, Common::Platform &, class Icon &);

View file

@ -377,4 +377,3 @@ int DCLauncherDialog::runModal()
return 0; return 0;
} }

View file

@ -732,4 +732,3 @@ int16 OSystem_Dreamcast::getOverlayWidth()
{ {
return OVL_W; return OVL_W;
} }

View file

@ -249,4 +249,3 @@ bool OSystem_Dreamcast::pollEvent(Common::Event &event)
return false; return false;
} }
} }

View file

@ -134,4 +134,3 @@ void Label::draw(float x, float y, unsigned int argb, float scale)
myvertex.cmd |= TA_CMD_VERTEX_EOS; myvertex.cmd |= TA_CMD_VERTEX_EOS;
ta_commit_list(&myvertex); ta_commit_list(&myvertex);
} }

View file

@ -3,4 +3,3 @@
.section .dtors,"aw",@progbits .section .dtors,"aw",@progbits
.end .end

View file

@ -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. image plus another kernel (eg. SiENcE's one) should be do the job.
Enjoy Enjoy

View file

@ -2,4 +2,3 @@
HOME=`pwd` HOME=`pwd`
$HOME/scummvm.elf $HOME/scummvm.elf

View file

@ -104,6 +104,3 @@ void cartExecute()
} }
#endif #endif

View file

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

View file

@ -650,4 +650,3 @@ int main(int argc, char ** argv) {
////////////////////////////////////////////////////////////////////// //////////////////////////////////////////////////////////////////////

View file

@ -861,8 +861,3 @@ For other builds, substitute the letters b - g in the above line.
To build everything, type: To build everything, type:
make allbuildssafe make allbuildssafe

View file

@ -433,4 +433,3 @@ void setOptions() {
} }
} // End of namespace DS } // End of namespace DS

View file

@ -218,4 +218,3 @@ typedef struct {
#endif #endif
#endif // define DISC_IO_H #endif // define DISC_IO_H

View file

@ -57,4 +57,3 @@ void _M3_changeMode (u32 mode) {
_M3_readHalfword (0x08000188); _M3_readHalfword (0x08000188);
} }
} }

View file

@ -45,4 +45,3 @@
extern void _M3_changeMode (u32 mode); extern void _M3_changeMode (u32 mode);
#endif // IO_M3_COMMON_H #endif // IO_M3_COMMON_H

View file

@ -193,4 +193,3 @@ sd_data_write_busy2:
ldmfd r13!,{r4-r5,r15} ldmfd r13!,{r4-r5,r15}
@-----------------end------------------- @-----------------end-------------------

View file

@ -508,14 +508,3 @@ MemoryCard_IsInserted:
@----------------end MemoryCard_IsInserted--------------- @----------------end MemoryCard_IsInserted---------------
.END .END

View file

@ -199,5 +199,3 @@ bool _SD_InitCard (_SD_FN_CMD_6BYTE_RESPONSE cmd_6byte_response,
return true; return true;
} }

View file

@ -197,4 +197,3 @@ DC_FlushRangeLoop:
bx lr bx lr
@--------------------------------------- @---------------------------------------
.end .end

View file

@ -134,4 +134,3 @@ uint32 keysUp(void) {
} // End of namespace DS } // End of namespace DS

View file

@ -901,5 +901,3 @@ void OSystem_DS::engineDone() {
#endif #endif
} }

View file

@ -98,4 +98,3 @@ void updateStrings(byte gameId, byte version, Common::Platform platform,
#undef ADD_BIND #undef ADD_BIND
#undef ADD_TEXT #undef ADD_TEXT
#undef ADD_LINE #undef ADD_LINE

View file

@ -236,4 +236,3 @@ $(ndsdir)/arm7/arm7.bin: $(ndsdir)/arm7/arm7.elf
# #
# Fingolfin used # Fingolfin used
# CXX=arm-eabi-g++ CC=arm-eabi-gcc ./configure --host=arm-elf --enable-speed --enable-sso -enable-fpm=arm CFLAGS='-specs=ds_arm9.specs -mthumb-interwork' --disable-shared --disable-debugging LDFLAGS=$DEVKITPRO/libnds/lib/libnds9.a # CXX=arm-eabi-g++ CC=arm-eabi-gcc ./configure --host=arm-elf --enable-speed --enable-sso -enable-fpm=arm CFLAGS='-specs=ds_arm9.specs -mthumb-interwork' --disable-shared --disable-debugging LDFLAGS=$DEVKITPRO/libnds/lib/libnds9.a

View file

@ -8,4 +8,3 @@ void flush_uppermem_cache(void *start_address, void *end_address, int flags);
#ifdef __cplusplus #ifdef __cplusplus
} }
#endif #endif

View file

@ -3,4 +3,3 @@
flush_uppermem_cache: flush_uppermem_cache:
swi #0x9f0002 swi #0x9f0002
bx lr bx lr

View file

@ -137,4 +137,3 @@ int main(int argc, char** argv) {
} }
@end @end

View file

@ -754,4 +754,3 @@ bool getLocalMouseCoords(CGPoint *point) {
} }
@end @end

View file

@ -90,4 +90,3 @@ spotless : distclean
send: $(TARGET).v64 send: $(TARGET).v64
sudo ucon64 --xv64 $(TARGET).v64 sudo ucon64 --xv64 $(TARGET).v64

View file

@ -113,4 +113,3 @@ Notes
========== ==========
Write the rest of this README. Write the rest of this README.

View file

@ -69,4 +69,3 @@ Common::StringArray FRAMSaveManager::listSavefiles(const Common::String &pattern
return list; return list;
} }

View file

@ -129,4 +129,3 @@ public:
#endif #endif

View file

@ -26,4 +26,3 @@ endif
$(srcdir)/backends/platform/n64/pad_rom.sh scummvm.v64 $(srcdir)/backends/platform/n64/pad_rom.sh scummvm.v64
rm scummvm.bak rm scummvm.bak
mv scummvm.v64 $(bundle_name)/scummvm.v64 mv scummvm.v64 $(bundle_name)/scummvm.v64

View file

@ -31,4 +31,3 @@ int main(void) {
g_system->quit(); // TODO: Consider removing / replacing this! g_system->quit(); // TODO: Consider removing / replacing this!
return res; return res;
} }

View file

@ -212,4 +212,3 @@ public:
}; };
#endif /* __OSYS_N64_H__ */ #endif /* __OSYS_N64_H__ */

View file

@ -922,4 +922,3 @@ void OSystem_N64::detectControllers(void) {
inline uint16 colRGB888toBGR555(byte r, byte g, byte b) { inline uint16 colRGB888toBGR555(byte r, byte g, byte b) {
return ((r >> 3) << 1) | ((g >> 3) << 6) | ((b >> 3) << 11); return ((r >> 3) << 1) | ((g >> 3) << 6) | ((b >> 3) << 11);
} }

View file

@ -439,4 +439,3 @@ bool OSystem_N64::pollEvent(Common::Event &event) {
return false; return false;
} }

View file

@ -115,4 +115,3 @@ int timer_handler(int t) {
tm->handler(); tm->handler();
return t; return t;
} }

View file

@ -10,4 +10,3 @@ REMAINDER=`echo $BASESIZE - $REMAINDER | bc`
CARTSIZE=`echo $CARTSIZE + $REMAINDER | bc` CARTSIZE=`echo $CARTSIZE + $REMAINDER | bc`
ucon64 -q --n64 --v64 --chk --padn=$CARTSIZE $1 ucon64 -q --n64 --v64 --chk --padn=$CARTSIZE $1

Some files were not shown because too many files have changed in this diff Show more