Skip to content

Commit

Permalink
Fix clang-format now that #1201 is fixed
Browse files Browse the repository at this point in the history
Previously, these files had to be regenerated every time they were regenerated.
This fixes that, allowing us to format it the way clang-format wants and leave
it that way.
  • Loading branch information
Randalphwa committed Dec 11, 2023
1 parent 88744b1 commit 4e23fbe
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 2 deletions.
3 changes: 2 additions & 1 deletion src/panels/doc_view.h
Original file line number Diff line number Diff line change
Expand Up @@ -70,9 +70,10 @@ class DocViewPanel : public wxPanel
// Code below this comment block will be preserved
// if the code for this class is re-generated.
//
// clang-format on
// ***********************************************

// clang-format on

public:
DocViewPanel(wxWindow* parent, MainFrame* frame);

Expand Down
3 changes: 2 additions & 1 deletion src/ui/startup_dlg.h
Original file line number Diff line number Diff line change
Expand Up @@ -62,9 +62,10 @@ class StartupDlg : public wxDialog
// Code below this comment block will be preserved
// if the code for this class is re-generated.
//
// clang-format on
// ***********************************************

// clang-format on

public:
enum : size_t
{
Expand Down

0 comments on commit 4e23fbe

Please # to comment.