Skip to content

Commit eb9690f

Browse files
committed
Run examples_formatter.sh on example sketches
It was necessary to run the formatter script again after adding all sketch file extensions to get full formatting of all sketch files.
1 parent c329f57 commit eb9690f

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

Diff for: examples/02.Digital/toneKeyboard/pitches.h

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
/*************************************************
2-
* Public Constants
2+
Public Constants
33
*************************************************/
44

55
#define NOTE_B0 31

Diff for: examples/02.Digital/toneMelody/pitches.h

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
/*************************************************
2-
* Public Constants
2+
Public Constants
33
*************************************************/
44

55
#define NOTE_B0 31

0 commit comments

Comments
 (0)