Skip to content

Commit

Permalink
Fixing clang-format
Browse files Browse the repository at this point in the history
  • Loading branch information
rgiese committed Feb 1, 2021
1 parent 87bfdd4 commit 347b134
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Adafruit_SPITFT.h
Original file line number Diff line number Diff line change
Expand Up @@ -156,7 +156,7 @@ class Adafruit_SPITFT : public Adafruit_GFX {

// DESTRUCTOR ----------------------------------------------------------

~Adafruit_SPITFT() {};
~Adafruit_SPITFT(){};

// CLASS MEMBER FUNCTIONS ----------------------------------------------

Expand Down

0 comments on commit 347b134

Please sign in to comment.