formatting

This commit is contained in:
Erik Faye-Lund 2009-01-14 23:19:27 +00:00
parent e8f1727b4c
commit cabec12793

View File

@ -40,7 +40,7 @@ namespace sync
assert(NULL != tracks[track]);
return *tracks[track];
}
const Track &
getTrack(size_t track) const
{
@ -48,7 +48,7 @@ namespace sync
assert(NULL != tracks[track]);
return *tracks[track];
}
size_t
getTrackCount() const
{