From 31bfb8ab27d15ad2b94f437fd8e4bf547a019930 Mon Sep 17 00:00:00 2001 From: llornkcor Date: Mon, 21 Oct 2002 12:06:42 +0000 Subject: fix braces --- (limited to 'core/applets/cardmon') diff --git a/core/applets/cardmon/cardmon.cpp b/core/applets/cardmon/cardmon.cpp index 815c993..1663af2 100644 --- a/core/applets/cardmon/cardmon.cpp +++ b/core/applets/cardmon/cardmon.cpp @@ -160,12 +160,10 @@ void CardMonitor::cardMessage( const QCString &msg, const QByteArray & ) { if ( msg == "stabChanged()" ) { // qDebug("Pcmcia: stabchanged"); getStatusPcmcia(); - } } else if ( msg == "mtabChanged()" ) { qDebug("CARDMONAPPLET: mtabchanged"); getStatusSd(); } - } } bool CardMonitor::getStatusPcmcia( int showPopUp ) { -- cgit v0.9.0.2