Skip to content

Commit f732abd

Browse files
committed
clang-format
1 parent d790cd6 commit f732abd

File tree

1 file changed

+9
-10
lines changed

1 file changed

+9
-10
lines changed

sources/Application/Model/Project.h

Lines changed: 9 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -56,15 +56,14 @@ class Project: public Persistent,public VariableContainer,I_Observer {
5656
void LoadFirstGen(const char *root);
5757

5858
protected:
59-
void buildMidiDeviceList() ;
60-
private:
61-
InstrumentBank *instrumentBank_ ;
62-
char **midiDeviceList_ ;
63-
int midiDeviceListSize_ ;
64-
int tempoNudge_ ;
65-
unsigned long lastTap_[MAX_TAP] ;
66-
unsigned int tempoTapCount_ ;
67-
} ;
59+
void buildMidiDeviceList();
6860

61+
private:
62+
InstrumentBank *instrumentBank_;
63+
char **midiDeviceList_;
64+
int midiDeviceListSize_;
65+
int tempoNudge_;
66+
unsigned long lastTap_[MAX_TAP];
67+
unsigned int tempoTapCount_;
68+
};
6969
#endif
70-

0 commit comments

Comments
 (0)