forked from qt-creator/qt-creator
Maemo: Whitespace fixes.
This commit is contained in:
@@ -139,7 +139,7 @@ private:
|
||||
{
|
||||
const int startPort = parsePort();
|
||||
if (atEnd() || nextChar() != '-') {
|
||||
m_portList.addPort(startPort);
|
||||
m_portList.addPort(startPort);
|
||||
return;
|
||||
}
|
||||
++m_pos;
|
||||
|
||||
Reference in New Issue
Block a user