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
R2Stretcher::setKeyFrameMap(const std::map<size_t, size_t> &
mapping)
R2Stretcher::setKeyFrameMap(const std::map<size_t, size_t> &mapping)
{
if (m_realtime) {
m_log.log(0, "R2Stretcher::setKeyFrameMap: Cannot specify key frame map in RT mode");