From 2d1c8a35331d4c73032a6fcd50ab3f7a27513dbb Mon Sep 17 00:00:00 2001 From: Max Horn Date: Mon, 7 Feb 2011 23:01:06 +0000 Subject: ALL: Fix whitespaces / indention svn-id: r55818 --- gui/widget.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'gui') diff --git a/gui/widget.cpp b/gui/widget.cpp index 6b6163232f..61f4a0e249 100644 --- a/gui/widget.cpp +++ b/gui/widget.cpp @@ -215,7 +215,7 @@ uint8 Widget::parseHotkey(const Common::String &label) { Common::String Widget::cleanupHotkey(const Common::String &label) { Common::String res; - for (uint i = 0; i < label.size() ; i++) + for (uint i = 0; i < label.size(); i++) if (label[i] != '~') res = res + label[i]; -- cgit v1.2.3