Adding an astyle make target and running everything through it
This commit is contained in:
@@ -32,7 +32,7 @@ void playNote(int note) {
|
||||
|
||||
|
||||
void playMeasure(int measure[]) {
|
||||
for (int i = 0;;i++) {
|
||||
for (int i = 0;; i++) {
|
||||
int note = measure[i];
|
||||
if (note == 0) {
|
||||
return;
|
||||
|
||||
Reference in New Issue
Block a user