aboutsummaryrefslogtreecommitdiff
path: root/engines/sherlock/surface.cpp
diff options
context:
space:
mode:
authorPaul Gilbert2015-05-18 18:12:58 -0400
committerPaul Gilbert2015-05-18 18:12:58 -0400
commit0b50a077f7ef1308f3da8a0e6ac29e5bdff78c99 (patch)
tree20e6dfe9cf5a7c7053cc55d637cff36eeba77f67 /engines/sherlock/surface.cpp
parentffe82a40e820f90e53cfba06e399bf88005e9f04 (diff)
downloadscummvm-rg350-0b50a077f7ef1308f3da8a0e6ac29e5bdff78c99.tar.gz
scummvm-rg350-0b50a077f7ef1308f3da8a0e6ac29e5bdff78c99.tar.bz2
scummvm-rg350-0b50a077f7ef1308f3da8a0e6ac29e5bdff78c99.zip
SHERLOCK: Fix spacing in constructors
Diffstat (limited to 'engines/sherlock/surface.cpp')
-rw-r--r--engines/sherlock/surface.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/engines/sherlock/surface.cpp b/engines/sherlock/surface.cpp
index 36e625794c..eeaf304958 100644
--- a/engines/sherlock/surface.cpp
+++ b/engines/sherlock/surface.cpp
@@ -27,7 +27,7 @@
namespace Sherlock {
-Surface::Surface(uint16 width, uint16 height): _freePixels(true) {
+Surface::Surface(uint16 width, uint16 height) : _freePixels(true) {
create(width, height);
}