Formatting

This commit is contained in:
wheremyfoodat 2023-07-11 03:08:12 +03:00
parent 3063efaea1
commit effc9543b3
2 changed files with 1 additions and 2 deletions

View file

@ -434,7 +434,6 @@ void Emulator::initGraphicsContext() {
#ifdef PANDA3DS_ENABLE_HTTP_SERVER
void Emulator::pollHttpServer() {
std::scoped_lock lock(httpServer.actionMutex);
ServiceManager& srv = kernel.getServiceManager();
if (httpServer.pendingAction) {