Skip to content

Commit 04b3c1d

Browse files
committed
Update .clang-format rules: mention v18.1.3
1 parent 6e73097 commit 04b3c1d

File tree

2 files changed

+2
-1
lines changed

2 files changed

+2
-1
lines changed

.clang-format

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,4 @@
1+
## use pip install clang-format==18.1.3
12
Language: Cpp
23
# BasedOnStyle: LLVM
34
AccessModifierOffset: -2

Adafruit_SPITFT.h

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -189,7 +189,7 @@ class Adafruit_SPITFT : public Adafruit_GFX {
189189

190190
// DESTRUCTOR ----------------------------------------------------------
191191

192-
~Adafruit_SPITFT() {};
192+
~Adafruit_SPITFT(){};
193193

194194
// CLASS MEMBER FUNCTIONS ----------------------------------------------
195195

0 commit comments

Comments
 (0)