mirror of
https://github.com/openhardwaremonitor/openhardwaremonitor
synced 2025-09-02 15:25:22 +00:00
Changed the source formatting of the HttpServer class to match the rest of the project.
This commit is contained in:
@@ -267,9 +267,9 @@ namespace OpenHardwareMonitor.GUI {
|
||||
runWebServerMenuItem, settings);
|
||||
runWebServer.Changed += delegate(object sender, EventArgs e) {
|
||||
if (runWebServer.Value)
|
||||
runWebServer.Value = server.startHTTPListener();
|
||||
runWebServer.Value = server.StartHTTPListener();
|
||||
else
|
||||
server.stopHTTPListener();
|
||||
server.StopHTTPListener();
|
||||
};
|
||||
|
||||
InitializePlotForm();
|
||||
|
Reference in New Issue
Block a user