ZVISION: Janitorial - Remove trailing spaces

This commit is contained in:
Strangerke 2014-02-16 18:45:17 +01:00
parent 81f0a5dc42
commit 0b63ea185d
26 changed files with 84 additions and 84 deletions

View file

@ -37,7 +37,7 @@
namespace ZVision {
InputControl::InputControl(ZVision *engine, uint32 key, Common::SeekableReadStream &stream)
InputControl::InputControl(ZVision *engine, uint32 key, Common::SeekableReadStream &stream)
: Control(engine, key),
_nextTabstop(0),
_focused(false),