Indentation only

This commit is contained in:
Chris Cannam
2022-08-04 16:58:00 +01:00
parent 3eae190a85
commit 4aea160ec3
3 changed files with 24 additions and 23 deletions

View File

@@ -318,8 +318,7 @@ R2Stretcher::setMaxProcessSize(size_t samples)
} }
void void
R2Stretcher::setKeyFrameMap(const std::map<size_t, size_t> & R2Stretcher::setKeyFrameMap(const std::map<size_t, size_t> &mapping)
mapping)
{ {
if (m_realtime) { if (m_realtime) {
m_log.log(0, "R2Stretcher::setKeyFrameMap: Cannot specify key frame map in RT mode"); m_log.log(0, "R2Stretcher::setKeyFrameMap: Cannot specify key frame map in RT mode");

View File

@@ -1085,7 +1085,9 @@ R2Stretcher::writeChunk(size_t channel, size_t shiftIncrement, bool last)
} }
void void
R2Stretcher::writeOutput(RingBuffer<float> &to, float *from, size_t qty, size_t &outCount, size_t theoreticalOut) R2Stretcher::writeOutput(RingBuffer<float> &to,
float *from, size_t qty,
size_t &outCount, size_t theoreticalOut)
{ {
Profiler profiler("R2Stretcher::writeOutput"); Profiler profiler("R2Stretcher::writeOutput");