Clang format changes for more readability
This commit is contained in:
@@ -7,7 +7,8 @@
|
||||
|
||||
internal void restart_timer_callback(void *arg) { esp_restart(); }
|
||||
|
||||
internal esp_err_t api_system_reboot_handler(httpd_req_t *req) {
|
||||
internal esp_err_t api_system_reboot_handler(httpd_req_t *req)
|
||||
{
|
||||
httpd_resp_set_type(req, "application/json");
|
||||
httpd_resp_set_hdr(req, "Access-Control-Allow-Origin", "*");
|
||||
|
||||
|
||||
Reference in New Issue
Block a user