From f9870c41f5404be33a15fe75f8a431053782597b Mon Sep 17 00:00:00 2001 From: Michael Drake Date: Sun, 24 Jul 2016 12:07:31 +0100 Subject: Whitespace: Convert spaces to tab for indent. --- content/fetchers/data.c | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to 'content/fetchers') diff --git a/content/fetchers/data.c b/content/fetchers/data.c index 84d0aa3fa..bbd4395d9 100644 --- a/content/fetchers/data.c +++ b/content/fetchers/data.c @@ -142,7 +142,7 @@ static bool fetch_data_process(struct fetch_data_context *c) char *params; char *comma; char *unescaped; - int unescaped_len; + int unescaped_len; /* format of a data: URL is: * data:[][;base64], @@ -197,8 +197,8 @@ static bool fetch_data_process(struct fetch_data_context *c) /* URL unescape the data first, just incase some insane page * decides to nest URL and base64 encoding. Like, say, Acid2. */ - unescaped = curl_easy_unescape(curl, comma + 1, 0, &unescaped_len); - if (unescaped == NULL) { + unescaped = curl_easy_unescape(curl, comma + 1, 0, &unescaped_len); + if (unescaped == NULL) { msg.type = FETCH_ERROR; msg.data.error = "Unable to URL decode data: URL"; fetch_data_send_callback(&msg, c); -- cgit v1.2.3