Index: trunk/BNC/bncgetthread.cpp
===================================================================
--- trunk/BNC/bncgetthread.cpp	(revision 1013)
+++ trunk/BNC/bncgetthread.cpp	(revision 1020)
@@ -206,16 +206,17 @@
   QByteArray reqStr;
   if ( proxyHost.isEmpty() ) {
-   if (hlp.path().indexOf("/") != 0) hlp.setPath("/");
-     reqStr = "GET " + hlp.path().toAscii() + " HTTP/1.0\r\n";
-   } else {
-     reqStr = "GET " + hlp.toEncoded() + " HTTP/1.0\r\n";
+    if (hlp.path().indexOf("/") != 0) {
+      hlp.setPath("/");
+    }
+    reqStr = "GET " + hlp.path().toAscii() + " HTTP/1.0\r\n";
+  } else {
+    reqStr = "GET " + hlp.toEncoded() + " HTTP/1.0\r\n";
   }
   reqStr += "User-Agent: NTRIP BNC/" AGENTVERSION "\r\n"
-  "Host: " + hlp.host().toAscii() + "\r\n"
-  + userAndPwd + "\r\n";
-
-// NMEA string to handle VRS stream
-// --------------------------------
-
+            "Host: " + hlp.host().toAscii() + "\r\n"
+            + userAndPwd + "\r\n";
+
+  // NMEA string to handle VRS stream
+  // --------------------------------
   double lat, lon;
 
