fix system/user header formatting

This commit is contained in:
scawful
2024-07-30 21:45:01 -04:00
parent 1b41011c74
commit 95ba7630b8
6 changed files with 18 additions and 16 deletions

View File

@@ -1,6 +1,5 @@
#include "palette_editor.h"
#include <gui/style.h>
#include <imgui/imgui.h>
#include "absl/status/status.h"
@@ -8,6 +7,7 @@
#include "app/gui/canvas.h"
#include "app/gui/color.h"
#include "app/gui/icons.h"
#include "app/gui/style.h"
namespace yaze {
namespace app {
@@ -466,4 +466,4 @@ absl::Status PaletteEditor::ResetColorToOriginal(
} // namespace editor
} // namespace app
} // namespace yaze
} // namespace yaze