Spacing cleanup.

This commit is contained in:
Steve Checkoway
2006-06-16 22:09:39 +00:00
parent 935df3cb0b
commit d8824e36a4
2 changed files with 23 additions and 21 deletions
+4 -2
View File
@@ -63,7 +63,8 @@ struct HoldNoteResult
struct TapNote struct TapNote
{ {
enum Type { enum Type
{
empty, // no note here empty, // no note here
tap, tap,
hold_head, // graded like a TAP_TAP if hold_head, // graded like a TAP_TAP if
@@ -78,7 +79,8 @@ struct TapNote
hold_head_roll, hold_head_roll,
SubType_invalid SubType_invalid
} subType; // only used if type == hold_head } subType; // only used if type == hold_head
enum Source { enum Source
{
original, // part of the original NoteData original, // part of the original NoteData
addition, // additional note added by a transform addition, // additional note added by a transform
removed, // Removed taps, e.g. in Little - play keysounds here as if removed, // Removed taps, e.g. in Little - play keysounds here as if