diff data/model/IntervalModel.h @ 1450:a12fd0456f0c streaming-csv-writer

Merge from default branch
author Chris Cannam
date Tue, 17 Apr 2018 10:35:42 +0100
parents 48e9f538e6e9
children c01cbe41aeb5
line wrap: on
line diff
--- a/data/model/IntervalModel.h	Tue Apr 17 10:03:51 2018 +0100
+++ b/data/model/IntervalModel.h	Tue Apr 17 10:35:42 2018 +0100
@@ -31,13 +31,13 @@
 public:
     IntervalModel(sv_samplerate_t sampleRate, int resolution,
                   bool notifyOnAdd = true) :
-	SparseValueModel<PointType>(sampleRate, resolution, notifyOnAdd)
+        SparseValueModel<PointType>(sampleRate, resolution, notifyOnAdd)
     { }
 
     IntervalModel(sv_samplerate_t sampleRate, int resolution,
                   float valueMinimum, float valueMaximum,
                   bool notifyOnAdd = true) :
-	SparseValueModel<PointType>(sampleRate, resolution,
+        SparseValueModel<PointType>(sampleRate, resolution,
                                     valueMinimum, valueMaximum,
                                     notifyOnAdd)
     { }