SVN commit 976114 by winterz: tiny coding style fix SVN_SILENT: M +1 -1 transport.cpp --- trunk/KDE/kdepimlibs/mailtransport/transport.cpp #976113:976114 @@ -169,7 +169,7 @@ // to reentrancy problems in KDBusServiceStarter when an application // run in Kontact creates the transports (due to a QEventLoop in the // synchronous KWallet openWallet call). - QTimer::singleShot(0, this, SLOT(readPassword())); + QTimer::singleShot( 0, this, SLOT(readPassword()) ); } } }