webservices/wshttpchanneltransportplugin/src/sentxnstate.cpp
branchRCL_3
changeset 11 ab1e518f96da
parent 1 272b002df977
--- a/webservices/wshttpchanneltransportplugin/src/sentxnstate.cpp	Wed Mar 31 23:17:32 2010 +0300
+++ b/webservices/wshttpchanneltransportplugin/src/sentxnstate.cpp	Wed Apr 14 17:07:28 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) 
     {