From ce3d3355a85aaa1a44bcad80d681970ab6c568eb Mon Sep 17 00:00:00 2001 From: "W. Trevor King" Date: Wed, 17 Oct 2012 11:31:43 -0400 Subject: [PATCH] channel: standardize indentation in AnalogChannel._get_converter(). --- pycomedi/channel.pyx | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) 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( -- 2.26.2