formatting
This commit is contained in:
parent
e8f1727b4c
commit
cabec12793
@ -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
|
||||
{
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user