Merge pull request #8515 from RetiredWizard/workflow

web_workflow: adjust indent and move #endif
This commit is contained in:
Scott Shawcroft 2023-10-24 15:11:35 -07:00 committed by GitHub
commit e3873c16d1
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -368,9 +368,9 @@ bool supervisor_start_web_workflow(bool reload) {
}
// Wake polling thread (maybe)
socketpool_socket_poll_resume();
#endif
return true;
}
#endif
return false;
}