author | llornkcor <llornkcor> | 2002-10-21 12:06:42 (UTC) |
---|---|---|
committer | llornkcor <llornkcor> | 2002-10-21 12:06:42 (UTC) |
commit | 31bfb8ab27d15ad2b94f437fd8e4bf547a019930 (patch) (side-by-side diff) | |
tree | 2bbe46ef4cd4a766f1e89bf778bf5a5c3e85b7d9 /core | |
parent | 2c163c9f70dabb90c189a93c1f34dbc2f54849f6 (diff) | |
download | opie-31bfb8ab27d15ad2b94f437fd8e4bf547a019930.zip opie-31bfb8ab27d15ad2b94f437fd8e4bf547a019930.tar.gz opie-31bfb8ab27d15ad2b94f437fd8e4bf547a019930.tar.bz2 |
fix braces
-rw-r--r-- | core/applets/cardmon/cardmon.cpp | 2 |
1 files changed, 0 insertions, 2 deletions
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 @@ -162,3 +162,2 @@ void CardMonitor::cardMessage( const QCString &msg, const QByteArray & ) { getStatusPcmcia(); - } } else if ( msg == "mtabChanged()" ) { @@ -167,3 +166,2 @@ void CardMonitor::cardMessage( const QCString &msg, const QByteArray & ) { } - } } |