Skip to content

Commit

Permalink
Spaces and tabs!
Browse files Browse the repository at this point in the history
  • Loading branch information
gilesp1729 committed Jul 20, 2024
1 parent b40954b commit 7de7487
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions Adafruit_GFX.h
Original file line number Diff line number Diff line change
Expand Up @@ -231,8 +231,8 @@ class Adafruit_GFX : public Print {

protected:
virtual void charBounds(unsigned char c, int16_t *x, int16_t *y,
int16_t *minx, int16_t *miny, int16_t *maxx,
int16_t *maxy);
int16_t *minx, int16_t *miny, int16_t *maxx,
int16_t *maxy);
int16_t WIDTH; ///< This is the 'raw' display width - never changes
int16_t HEIGHT; ///< This is the 'raw' display height - never changes
int16_t _width; ///< Display width as modified by current rotation
Expand Down

0 comments on commit 7de7487

Please sign in to comment.