diff base/RangeMapper.cpp @ 1527:710e6250a401 zoom

Merge from default branch
author Chris Cannam
date Mon, 17 Sep 2018 13:51:14 +0100
parents 48e9f538e6e9
children b89705af7a60
line wrap: on
line diff
--- a/base/RangeMapper.cpp	Mon Dec 12 15:18:52 2016 +0000
+++ b/base/RangeMapper.cpp	Mon Sep 17 13:51:14 2018 +0100
@@ -22,7 +22,7 @@
 #include <iostream>
 
 LinearRangeMapper::LinearRangeMapper(int minpos, int maxpos,
-				     double minval, double maxval,
+                                     double minval, double maxval,
                                      QString unit, bool inverted,
                                      std::map<int, QString> labels) :
     m_minpos(minpos),