diff options
author | Filippos Karapetis | 2015-12-19 12:48:12 +0200 |
---|---|---|
committer | Willem Jan Palenstijn | 2015-12-23 21:35:29 +0100 |
commit | 567ed6a57a2b7c5a05361ac476de7f8a88fa0181 (patch) | |
tree | e6b5b6c47d90ac8f21038b2837cb0e6000d02ffb /engines | |
parent | 2a80c8066c613ea0eb75e9309e2981f3770102f1 (diff) | |
download | scummvm-rg350-567ed6a57a2b7c5a05361ac476de7f8a88fa0181.tar.gz scummvm-rg350-567ed6a57a2b7c5a05361ac476de7f8a88fa0181.tar.bz2 scummvm-rg350-567ed6a57a2b7c5a05361ac476de7f8a88fa0181.zip |
LAB: Formatting
Diffstat (limited to 'engines')
-rw-r--r-- | engines/lab/eventman.cpp | 1 | ||||
-rw-r--r-- | engines/lab/lab.cpp | 1 |
2 files changed, 2 insertions, 0 deletions
diff --git a/engines/lab/eventman.cpp b/engines/lab/eventman.cpp index f346fd5dab..0aa801fe2d 100644 --- a/engines/lab/eventman.cpp +++ b/engines/lab/eventman.cpp @@ -298,4 +298,5 @@ Common::Point EventManager::updateAndGetMousePos() { return _mousePos; } + } // End of namespace Lab diff --git a/engines/lab/lab.cpp b/engines/lab/lab.cpp index 696c7eeaf0..5f3f40cce3 100644 --- a/engines/lab/lab.cpp +++ b/engines/lab/lab.cpp @@ -232,4 +232,5 @@ void LabEngine::waitTOF() { _lastWaitTOFTicks = now; } + } // End of namespace Lab |