summaryrefslogtreecommitdiff
path: root/core/obex/obex.cpp
Side-by-side diff
Diffstat (limited to 'core/obex/obex.cpp') (more/less context) (ignore whitespace changes)
-rw-r--r--core/obex/obex.cpp3
1 files changed, 1 insertions, 2 deletions
diff --git a/core/obex/obex.cpp b/core/obex/obex.cpp
index e4a3c31..670f1a5 100644
--- a/core/obex/obex.cpp
+++ b/core/obex/obex.cpp
@@ -51,3 +51,3 @@ Obex::Obex( QObject *parent, const char* name )
m_rec = 0;
- m_send=0;
+ m_send = 0;
};
@@ -82,3 +82,2 @@ void Obex::send(const QString& fileName, const QString& addr) {
m_rec = 0;
-
}else{