From 0406e66d01d0dc73a7ba123cac6cf6fa5df5c072 Mon Sep 17 00:00:00 2001 From: Squall-Leonhart Date: Mon, 16 Feb 2026 20:13:48 +1100 Subject: [PATCH] remove pointless whitespace changes --- src/gui/wxgui/GraphicPacksWindow2.h | 16 ++++++++-------- 1 file changed, 8 insertions(+), 8 deletions(-) diff --git a/src/gui/wxgui/GraphicPacksWindow2.h b/src/gui/wxgui/GraphicPacksWindow2.h index e17a81fa..2f221866 100644 --- a/src/gui/wxgui/GraphicPacksWindow2.h +++ b/src/gui/wxgui/GraphicPacksWindow2.h @@ -16,14 +16,14 @@ class wxChoice; class GraphicPacksWindow2 : public wxDialog { - public: +public: GraphicPacksWindow2(wxWindow* parent, uint64_t title_id_filter); ~GraphicPacksWindow2(); static void RefreshGraphicPacks(); void UpdateTitleRunning(bool running); - private: +private: std::string m_filter; bool m_filter_installed_games; std::vector m_installed_games; @@ -32,17 +32,17 @@ class GraphicPacksWindow2 : public wxDialog void FillGraphicPackList() const; void GetChildren(const wxTreeItemId& id, std::vector& children) const; void ExpandChildren(const std::vector& ids, size_t& counter) const; - - wxSplitterWindow* m_splitter_window; + + wxSplitterWindow * m_splitter_window; wxPanel* m_right_panel; wxScrolled* m_gp_options; - - wxCheckTree* m_graphic_pack_tree; + + wxCheckTree * m_graphic_pack_tree; wxTextCtrl* m_filter_text; wxCheckBox* m_installed_games_only; - wxStaticText *m_graphic_pack_name, *m_graphic_pack_description; + wxStaticText* m_graphic_pack_name, *m_graphic_pack_description; wxBoxSizer* m_preset_sizer; std::vector m_active_preset; wxButton* m_reload_shaders; @@ -77,4 +77,4 @@ class GraphicPacksWindow2 : public wxDialog void ReloadPack(const GraphicPackPtr& graphic_pack) const; void DeleteShadersFromRuntimeCache(const GraphicPackPtr& graphic_pack) const; -}; +}; \ No newline at end of file