Mercurial > hg > svcore
changeset 1792:cb45c0a1dfe1 time-frequency-boxes
Indentation only
author | Chris Cannam |
---|---|
date | Wed, 25 Sep 2019 11:06:39 +0100 |
parents | c2388289fce8 |
children | f0ffc88a36b3 |
files | data/model/BoxModel.h |
diffstat | 1 files changed, 4 insertions(+), 4 deletions(-) [+] |
line wrap: on
line diff
--- a/data/model/BoxModel.h Wed Sep 25 09:44:02 2019 +0100 +++ b/data/model/BoxModel.h Wed Sep 25 11:06:39 2019 +0100 @@ -45,8 +45,8 @@ public: BoxModel(sv_samplerate_t sampleRate, - int resolution, - bool notifyOnAdd = true) : + int resolution, + bool notifyOnAdd = true) : m_sampleRate(sampleRate), m_resolution(resolution), m_valueMinimum(0.f), @@ -61,8 +61,8 @@ } BoxModel(sv_samplerate_t sampleRate, int resolution, - float valueMinimum, float valueMaximum, - bool notifyOnAdd = true) : + float valueMinimum, float valueMaximum, + bool notifyOnAdd = true) : m_sampleRate(sampleRate), m_resolution(resolution), m_valueMinimum(valueMinimum),