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

@@ -118,7 +118,7 @@ void MaemoSshRunner::start()
SLOT(handleConnected()));
connect(m_connection.data(), SIGNAL(error(Core::SshError)), this,
SLOT(handleConnectionFailure()));
if (reUse) {
if (reUse) {
handleConnected();
} else {
emit reportProgress(tr("Connecting to device..."));