mirror of
https://github.com/izzy2lost/RetroArch.git
synced 2026-03-26 16:42:27 -07:00
Clean up white space.
This commit is contained in:
@@ -19,7 +19,6 @@
|
||||
* THE SOFTWARE.
|
||||
*/
|
||||
|
||||
|
||||
static int
|
||||
url_encoded_field_found(const struct mg_connection *conn,
|
||||
const char *key,
|
||||
@@ -80,7 +79,6 @@ struct mg_form_data_handler *fdh)
|
||||
return ret;
|
||||
}
|
||||
|
||||
|
||||
static int
|
||||
url_encoded_field_get(const struct mg_connection *conn,
|
||||
const char *key,
|
||||
@@ -114,7 +112,6 @@ struct mg_form_data_handler *fdh)
|
||||
fdh->user_data);
|
||||
}
|
||||
|
||||
|
||||
static int
|
||||
field_stored(const struct mg_connection *conn,
|
||||
const char *path,
|
||||
@@ -128,7 +125,6 @@ struct mg_form_data_handler *fdh)
|
||||
return fdh->field_store(path, file_size, fdh->user_data);
|
||||
}
|
||||
|
||||
|
||||
static const char *
|
||||
search_boundary(const char *buf,
|
||||
size_t buf_len,
|
||||
@@ -150,7 +146,6 @@ search_boundary(const char *buf,
|
||||
return NULL;
|
||||
}
|
||||
|
||||
|
||||
int
|
||||
mg_handle_form_request(struct mg_connection *conn,
|
||||
struct mg_form_data_handler *fdh)
|
||||
|
||||
Reference in New Issue
Block a user