Used in Live Traffic Update Nokia LCD Display Project

Fork of NetServices by Segundo Equipo

Revision:
8:92b57208ab99
Parent:
0:ac1725ba162c
--- a/services/http/server/HTTPRequestDispatcher.cpp	Sun Nov 21 17:13:44 2010 +0000
+++ b/services/http/server/HTTPRequestDispatcher.cpp	Wed Mar 06 19:07:23 2013 +0000
@@ -87,9 +87,9 @@
       (path[root_len] == '/' || path[root_len] == '\0'))
     {
       DBG("Found (%s)\n", (*it).first.c_str());
-	    // Found!
-	    break;	// for
-	  }
+        // Found!
+        break;    // for
+      }
   }
 // NEW CODE END
   if((it == m_pSvr->m_lpHandlers.end()) && !(m_pSvr->m_lpHandlers.empty()))