javacommons/gcfprotocols/http/src.s60/chttptransactionclient.cpp
changeset 48 e0d6e9bd3ca7
parent 35 85266cc22c7f
child 80 d6dafc5d983f
--- a/javacommons/gcfprotocols/http/src.s60/chttptransactionclient.cpp	Wed Jun 23 18:07:10 2010 +0300
+++ b/javacommons/gcfprotocols/http/src.s60/chttptransactionclient.cpp	Tue Jul 06 14:10:26 2010 +0300
@@ -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.