Skip to content

Commit 5dfe92b

Browse files
committed
web_workflow: adjust indent and move #endif
1 parent ec678a5 commit 5dfe92b

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

supervisor/shared/web_workflow/web_workflow.c

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -368,10 +368,10 @@ bool supervisor_start_web_workflow(bool reload) {
368368
}
369369
// Wake polling thread (maybe)
370370
socketpool_socket_poll_resume();
371+
return true;
372+
}
371373
#endif
372-
return true;
373-
}
374-
return false;
374+
return false;
375375
}
376376

377377
void web_workflow_send_raw(socketpool_socket_obj_t *socket, const uint8_t *buf, int len) {

0 commit comments

Comments
 (0)