webservices/wshttpchanneltransportplugin/src/sentxnstate.cpp
changeset 23 a1df79fa35b4
parent 1 272b002df977
--- a/webservices/wshttpchanneltransportplugin/src/sentxnstate.cpp	Fri Apr 16 16:07:50 2010 +0300
+++ b/webservices/wshttpchanneltransportplugin/src/sentxnstate.cpp	Fri Jun 11 14:42:58 2010 +0300
@@ -163,10 +163,10 @@
 
 TInt CSenTxnState::Cancel()
     {
-        if (iTimeOut)
-        iTimeOut->Cancel();
-        ipTransaction.Cancel();
-        return KErrNone;
+    if (iTimeOut)
+    	iTimeOut->Cancel();
+    ipTransaction.Cancel();
+    return KErrNone;
     }
 void CSenTxnState::SetSession(RHTTPSession aSession) 
     {