diff options
author | Eugene Sandulenko | 2005-07-30 21:11:48 +0000 |
---|---|---|
committer | Eugene Sandulenko | 2005-07-30 21:11:48 +0000 |
commit | 6b4484472b79dc7ea7d1ce545a28fba7d3b7696f (patch) | |
tree | c44c4e61f18ddd537f7082cb48869cf33d422fbd /common/mutex.cpp | |
parent | 86ab70b149e5cd00cf54f2e41896e2c4e16795e4 (diff) | |
download | scummvm-rg350-6b4484472b79dc7ea7d1ce545a28fba7d3b7696f.tar.gz scummvm-rg350-6b4484472b79dc7ea7d1ce545a28fba7d3b7696f.tar.bz2 scummvm-rg350-6b4484472b79dc7ea7d1ce545a28fba7d3b7696f.zip |
Remove trailing whitespaces.
svn-id: r18604
Diffstat (limited to 'common/mutex.cpp')
-rw-r--r-- | common/mutex.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/common/mutex.cpp b/common/mutex.cpp index 512dd67f76..abb3001747 100644 --- a/common/mutex.cpp +++ b/common/mutex.cpp @@ -62,7 +62,7 @@ StackLock::~StackLock() { void StackLock::lock() { if (_mutexName != NULL) debug(6, "Locking mutex %s", _mutexName); - + g_system->lockMutex(_mutex); } |