Clean up white space.

This commit is contained in:
orbea
2019-02-03 15:49:35 -08:00
parent 4c56167446
commit 28ff4b391a
825 changed files with 34134 additions and 36254 deletions
-5
View File
@@ -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)