code style update to match ours (kind of)

license header update
minor clean up


git-svn-id: file:///srv/svn/repos/haiku/haiku/trunk@17876 a95241bf-73f2-0310-859d-f6bbb57e9c96
This commit is contained in:
Jérôme Duval
2006-06-19 13:24:04 +00:00
parent 3639baa4b0
commit 4810cdcdbc
18 changed files with 785 additions and 992 deletions
+3 -3
View File
@@ -80,9 +80,9 @@ private:
virtual void Run();
bigtime_t creationTime;
int16 transpose;
bool inputEnabled;
bigtime_t fCreationTime;
int16 fTranspose;
bool fInputEnabled;
};
#endif // _MIDI_SYNTH_H