Remove trailing whitespace
[pazpar2-moved-to-github.git] / src / host.c
index 7af0c07..9daabc2 100644 (file)
@@ -55,7 +55,7 @@ static struct host *create_host(const char *url, const char *proxy,
     else
     {
         char *cp;
-        
+
         host->tproxy = xmalloc (strlen(url) + 10); /* so we can add :port */
         strcpy(host->tproxy, url);
         for (cp = host->tproxy; *cp; cp++)