fix typos and comment formatting

This commit is contained in:
ReenigneArcher 2022-08-28 16:42:00 -04:00
commit 58ed5ba3ce
No known key found for this signature in database
GPG key ID: 0CA6A47B0630EA9B
34 changed files with 73 additions and 128 deletions

View file

@ -1,6 +1,4 @@
//
// Created by loki on 5/30/19.
//
#include "process.h"
@ -289,7 +287,7 @@ int main(int argc, char *argv[]) {
upnp_unmap = upnp::start();
});
//FIXME: Temporary workaround: Simple-Web_server needs to be updated or replaced
// FIXME: Temporary workaround: Simple-Web_server needs to be updated or replaced
if(shutdown_event->peek()) {
return 0;
}