Skip to content

Commit

Permalink
Adjusted the formatting of the overlays_ pointer for consistency in…
Browse files Browse the repository at this point in the history
… `Colormap-Overlay.h`
  • Loading branch information
obra committed Dec 4, 2024
1 parent f72f6d2 commit a74ba4d
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -78,7 +78,7 @@ class ColormapOverlay : public kaleidoscope::Plugin {

private:
static uint16_t map_base_;
Overlay* overlays_;
Overlay *overlays_;
uint8_t overlay_count_;
cRGB selectedColor;

Expand Down

0 comments on commit a74ba4d

Please sign in to comment.