Maemo: Whitespace fixes.

This commit is contained in:
Christian Kandeler
2010-11-26 10:41:39 +01:00
parent f8979403ce
commit 20b58e4e6e
4 changed files with 4 additions and 4 deletions

View File

@@ -139,7 +139,7 @@ private:
{
const int startPort = parsePort();
if (atEnd() || nextChar() != '-') {
m_portList.addPort(startPort);
m_portList.addPort(startPort);
return;
}
++m_pos;