From 27a5482a4627baf72aebab84a0e3b8b330c2fd56 Mon Sep 17 00:00:00 2001 From: Nemoumbra Date: Fri, 16 Jun 2023 17:13:10 +0300 Subject: [PATCH] Code cleanup, copyright typo fixed --- Core/Debugger/WebSocket/ClientConfigSubscriber.cpp | 2 +- Core/Debugger/WebSocket/ClientConfigSubscriber.h | 4 ++-- Core/Debugger/WebSocket/WebSocketUtils.h | 4 +--- 3 files changed, 4 insertions(+), 6 deletions(-) diff --git a/Core/Debugger/WebSocket/ClientConfigSubscriber.cpp b/Core/Debugger/WebSocket/ClientConfigSubscriber.cpp index f001dc09e6..9f8ca67278 100644 --- a/Core/Debugger/WebSocket/ClientConfigSubscriber.cpp +++ b/Core/Debugger/WebSocket/ClientConfigSubscriber.cpp @@ -1,4 +1,4 @@ -// Copyright (c) 2018- PPSSPP Project. +// Copyright (c) 2023- PPSSPP Project. // This program is free software: you can redistribute it and/or modify // it under the terms of the GNU General Public License as published by diff --git a/Core/Debugger/WebSocket/ClientConfigSubscriber.h b/Core/Debugger/WebSocket/ClientConfigSubscriber.h index edf4b8a0e5..055464b6dc 100644 --- a/Core/Debugger/WebSocket/ClientConfigSubscriber.h +++ b/Core/Debugger/WebSocket/ClientConfigSubscriber.h @@ -1,4 +1,4 @@ -// Copyright (c) 2018- PPSSPP Project. +// Copyright (c) 2023- PPSSPP Project. // This program is free software: you can redistribute it and/or modify // it under the terms of the GNU General Public License as published by @@ -22,4 +22,4 @@ DebuggerSubscriber *WebSocketClientConfigInit(DebuggerEventHandlerMap &map); void WebSocketBroadcastConfigSet(DebuggerRequest &req); -void WebSocketBroadcastConfigGet(DebuggerRequest &req); \ No newline at end of file +void WebSocketBroadcastConfigGet(DebuggerRequest &req); diff --git a/Core/Debugger/WebSocket/WebSocketUtils.h b/Core/Debugger/WebSocket/WebSocketUtils.h index 76a8a087a5..c5cbb32c88 100644 --- a/Core/Debugger/WebSocket/WebSocketUtils.h +++ b/Core/Debugger/WebSocket/WebSocketUtils.h @@ -34,9 +34,7 @@ using namespace json; struct WebSocketClientInfo { - WebSocketClientInfo() : name(), version(), disallowed() { - - } + WebSocketClientInfo() = default; std::string name; std::string version;