From 713c0197d95b79a2afe104f6e69b40631636803f Mon Sep 17 00:00:00 2001 From: Jeff Young Date: Sun, 24 Jul 2022 13:26:19 +0100 Subject: [PATCH] Formatting. --- cvpcb/cvpcb_mainframe.h | 14 ++++++-------- 1 file changed, 6 insertions(+), 8 deletions(-) diff --git a/cvpcb/cvpcb_mainframe.h b/cvpcb/cvpcb_mainframe.h index cfb5faf375..65f94651d9 100644 --- a/cvpcb/cvpcb_mainframe.h +++ b/cvpcb/cvpcb_mainframe.h @@ -384,23 +384,21 @@ private: ACTION_TOOLBAR* m_mainToolBar; FOOTPRINTS_LISTBOX* m_footprintListBox; LIBRARY_LISTBOX* m_librariesListBox; - SYMBOLS_LISTBOX* m_symbolsListBox; + SYMBOLS_LISTBOX* m_symbolsListBox; wxTextCtrl* m_tcFilterString; wxStaticText* m_statusLine1; wxStaticText* m_statusLine2; wxStaticText* m_statusLine3; wxButton* m_saveAndContinue; - // Tool dispatcher - TOOL_DISPATCHER* m_toolDispatcher; + TOOL_DISPATCHER* m_toolDispatcher; // Context menus for the list boxes - ACTION_MENU* m_footprintContextMenu; - ACTION_MENU* m_symbolsContextMenu; + ACTION_MENU* m_footprintContextMenu; + ACTION_MENU* m_symbolsContextMenu; - // Undo/Redo item lists - CVPCB_UNDO_REDO_LIST m_undoList; - CVPCB_UNDO_REDO_LIST m_redoList; + CVPCB_UNDO_REDO_LIST m_undoList; + CVPCB_UNDO_REDO_LIST m_redoList; }; #endif //#ifndef _CVPCB_MAINFRAME_H_