mirror of
https://github.com/netsurf-browser/netsurf
synced 2025-02-23 01:44:42 +03:00
Whitespace: Convert spaces to tab for indent.
This commit is contained in:
parent
83f95fe05e
commit
f9870c41f5
@ -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:[<mimetype>][;base64],<data>
|
||||
@ -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);
|
||||
|
Loading…
x
Reference in New Issue
Block a user