Fix indentation.

This commit is contained in:
Giuseppe Scrivano 2011-06-05 14:31:24 +02:00
parent 67d81d15a5
commit 544f0d478a

View File

@ -947,8 +947,7 @@ retrieve_from_file (const char *file, bool html, int *count)
{ {
int dt,url_err; int dt,url_err;
uerr_t status; uerr_t status;
struct url * url_parsed = url_parse(url, &url_err, iri, true); struct url *url_parsed = url_parse (url, &url_err, iri, true);
if (!url_parsed) if (!url_parsed)
{ {
char *error = url_error (url, url_err); char *error = url_error (url, url_err);