From 1c2adacaf127d5cd702c86f9fae008091f040df5 Mon Sep 17 00:00:00 2001 From: wheremyfoodat <44909372+wheremyfoodat@users.noreply.github.com> Date: Wed, 20 Mar 2024 20:39:59 +0200 Subject: [PATCH] format --- include/panda_qt/main_window.hpp | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/include/panda_qt/main_window.hpp b/include/panda_qt/main_window.hpp index 287502f2..c3f99c29 100644 --- a/include/panda_qt/main_window.hpp +++ b/include/panda_qt/main_window.hpp @@ -88,8 +88,8 @@ class MainWindow : public QMainWindow { std::mutex messageQueueMutex; std::vector messageQueue; - InputMappings keyboardMappings; - ScreenWidget screen; + InputMappings keyboardMappings; + ScreenWidget screen; AboutWindow* aboutWindow; ConfigWindow* configWindow; CheatsWindow* cheatsEditor; @@ -122,4 +122,4 @@ class MainWindow : public QMainWindow { void loadLuaScript(const std::string& code); void editCheat(u32 handle, const std::vector& cheat, const std::function& callback); -}; \ No newline at end of file +};