aboutsummaryrefslogtreecommitdiff
path: root/engines/sludge/detection.cpp
diff options
context:
space:
mode:
authorAdrian Frühwirth2018-05-22 16:03:56 +0200
committerAdrian Frühwirth2018-05-24 15:30:55 +0200
commitcee4d6b8531453c9db921bb987be88995ce86586 (patch)
tree144d1ae98d26235227393c6f0e1c332f32b21a40 /engines/sludge/detection.cpp
parentbc949250de1fda6b47b99facbdf0c349835b1f53 (diff)
downloadscummvm-rg350-cee4d6b8531453c9db921bb987be88995ce86586.tar.gz
scummvm-rg350-cee4d6b8531453c9db921bb987be88995ce86586.tar.bz2
scummvm-rg350-cee4d6b8531453c9db921bb987be88995ce86586.zip
JANITORIAL: Fix trailing whitespace
Diffstat (limited to 'engines/sludge/detection.cpp')
-rw-r--r--engines/sludge/detection.cpp4
1 files changed, 2 insertions, 2 deletions
diff --git a/engines/sludge/detection.cpp b/engines/sludge/detection.cpp
index a530a5c796..361d44b1e1 100644
--- a/engines/sludge/detection.cpp
+++ b/engines/sludge/detection.cpp
@@ -86,11 +86,11 @@ public:
virtual const char *getName() const {
return "Sludge Engine";
}
-
+
virtual const char *getOriginalCopyright() const {
return "Copyright (C) 2000-2014 Hungry Software and contributors";
}
-
+
virtual bool createInstance(OSystem *syst, Engine **engine, const ADGameDescription *desc) const {
const Sludge::SludgeGameDescription *gd = (const Sludge::SludgeGameDescription *)desc;
if (gd) {