javacommons/gcfprotocols/http/src.s60/chttptransactionclient.cpp
branchGCC_SURGE
changeset 55 d93ef1df440d
parent 48 e0d6e9bd3ca7
child 80 d6dafc5d983f
--- a/javacommons/gcfprotocols/http/src.s60/chttptransactionclient.cpp	Tue Jun 22 09:54:11 2010 +0100
+++ b/javacommons/gcfprotocols/http/src.s60/chttptransactionclient.cpp	Thu Jul 22 16:31:34 2010 +0100
@@ -626,14 +626,14 @@
             iStatus = CHttpTransactionClient::ERequestNextBodayData;
             break;
         }
-        
+
         case THTTPEvent::EReceiveTimeOut:
         {
-        	  ELOG(ESOCKET,"MHFRunL EReceiveTimeOut");
-        	  NotifyErrorL(KErrTimedOut);  // send timeout error to java
-        	  break;
-        	
-        }        
+            ELOG(ESOCKET,"MHFRunL EReceiveTimeOut");
+            NotifyErrorL(KErrTimedOut);  // send timeout error to java
+            break;
+
+        }
         /*
         * -j2me expects the http stack to be able to post body data with no content type
         *   the native stack default validation filter does not allow this.