web_workflow: adjust indent and move #endif

This commit is contained in:
RetiredWizard 2023-10-24 16:30:19 -04:00
parent ec678a54ce
commit 5dfe92ba8e
1 changed files with 3 additions and 3 deletions

View File

@ -368,10 +368,10 @@ bool supervisor_start_web_workflow(bool reload) {
}
// Wake polling thread (maybe)
socketpool_socket_poll_resume();
return true;
}
#endif
return true;
}
return false;
return false;
}
void web_workflow_send_raw(socketpool_socket_obj_t *socket, const uint8_t *buf, int len) {