Astyle formatting

This commit is contained in:
codestation
2013-12-15 09:01:04 -04:30
parent e68f01c858
commit c4eaad6b8c
7 changed files with 10 additions and 12 deletions

View File

@@ -52,8 +52,7 @@ void ClientManager::showPinDialog(QString name, int pin)
void ClientManager::start()
{
if(VitaMTP_Init() < 0)
{
if(VitaMTP_Init() < 0) {
emit messageSent(tr("Cannot initialize VitaMTP library"));
return;
}