From: W. Trevor King Date: Wed, 17 Oct 2012 15:31:43 +0000 (-0400) Subject: channel: standardize indentation in AnalogChannel._get_converter(). X-Git-Tag: 0.6~30^2 X-Git-Url: http://git.tremily.us/?a=commitdiff_plain;h=ce3d3355a85aaa1a44bcad80d681970ab6c568eb;p=pycomedi.git channel: standardize indentation in AnalogChannel._get_converter(). --- diff --git a/pycomedi/channel.pyx b/pycomedi/channel.pyx index a79368a..4d044fc 100644 --- a/pycomedi/channel.pyx +++ b/pycomedi/channel.pyx @@ -433,10 +433,10 @@ cdef class AnalogChannel (Channel): if calibration is None: calibration = self.subdevice.device.parse_calibration() to_physical = self.get_softcal_converter( - _constant.CONVERSION_DIRECTION.to_physical, + _constant.CONVERSION_DIRECTION.to_physical, calibration) from_physical = self.get_softcal_converter( - _constant.CONVERSION_DIRECTION.from_physical, + _constant.CONVERSION_DIRECTION.from_physical, calibration) else: to_physical = self.get_hardcal_converter(