From 33c117e41840205117f8c88fea3af93730b72a43 Mon Sep 17 00:00:00 2001 From: kalaposfos13 <153381648+kalaposfos13@users.noreply.github.com> Date: Sat, 9 Nov 2024 11:43:34 +0100 Subject: [PATCH] Clang-format --- src/qt_gui/main.cpp | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/src/qt_gui/main.cpp b/src/qt_gui/main.cpp index 56e6300c57..926381edf8 100644 --- a/src/qt_gui/main.cpp +++ b/src/qt_gui/main.cpp @@ -29,7 +29,7 @@ int main(int argc, char* argv[]) { if (curArg == "-p" && i + 1 < argc) { std::string patchFile = argv[i + 1]; MemoryPatcher::patchFile = patchFile; - i++; // Skip the next argument as it’s the patch file + i++; // Skip the next argument as it’s the patch file } } // Run the emulator directly with the provided argument @@ -61,4 +61,3 @@ int main(int argc, char* argv[]) { // Run the Qt application return a.exec(); } -