From c942a2757c69885a5747ed5fb1837b466349b97a Mon Sep 17 00:00:00 2001 From: Volker Fischer Date: Sat, 4 May 2013 19:14:02 +0000 Subject: [PATCH] code style --- src/connectdlg.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/connectdlg.cpp b/src/connectdlg.cpp index 16e25e8e..7288e3f8 100755 --- a/src/connectdlg.cpp +++ b/src/connectdlg.cpp @@ -440,7 +440,7 @@ void CConnectDlg::SetPingTimeAndNumClientsResult ( CHostAddress& InetAddr, // sorting is done correctly lvwServers->topLevelItem ( iIdx )-> setText ( 4, QString ( "%1" ).arg ( - iPingTime, 8, 10, QLatin1Char( '0' ) ) ); + iPingTime, 8, 10, QLatin1Char ( '0' ) ) ); // Update the sorting (lowest number on top). // Note that the sorting must be the last action for the current