aboutsummaryrefslogtreecommitdiff
path: root/engines/draci/detection.cpp
diff options
context:
space:
mode:
authorMax Horn2009-09-30 16:04:21 +0000
committerMax Horn2009-09-30 16:04:21 +0000
commitcc54ad650d3f7ffd2546e9d15905a0bda8327415 (patch)
tree48d04bab5473d54816016dd07dc41345adb7b999 /engines/draci/detection.cpp
parent27026f65652a2afc02947303c1bde68e21724d15 (diff)
downloadscummvm-rg350-cc54ad650d3f7ffd2546e9d15905a0bda8327415.tar.gz
scummvm-rg350-cc54ad650d3f7ffd2546e9d15905a0bda8327415.tar.bz2
scummvm-rg350-cc54ad650d3f7ffd2546e9d15905a0bda8327415.zip
Remove trailing whitespaces
svn-id: r44493
Diffstat (limited to 'engines/draci/detection.cpp')
-rw-r--r--engines/draci/detection.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/engines/draci/detection.cpp b/engines/draci/detection.cpp
index b57a8f587d..37e1af6a85 100644
--- a/engines/draci/detection.cpp
+++ b/engines/draci/detection.cpp
@@ -105,7 +105,7 @@ public:
virtual const char *getOriginalCopyright() const {
return "Copyright (C) 1995 NoSense";
}
-
+
virtual bool hasFeature(MetaEngineFeature f) const;
virtual bool createInstance(OSystem *syst, Engine **engine, const ADGameDescription *desc) const;
};