From: W. Trevor King Date: Tue, 16 Oct 2012 18:16:45 +0000 (-0400) Subject: device: remove trailing whitespace from Éric's patch. X-Git-Tag: 0.6~30^2~3 X-Git-Url: http://git.tremily.us/?a=commitdiff_plain;h=bdd150981ab49095071b4bd079837b6a608f70bc;p=pycomedi.git device: remove trailing whitespace from Éric's patch. --- diff --git a/pycomedi/device.pyx b/pycomedi/device.pyx index 3c6b679..a7d6d16 100644 --- a/pycomedi/device.pyx +++ b/pycomedi/device.pyx @@ -272,15 +272,15 @@ cdef class Device (object): _error.raise_error( function_name='comedi_get_default_calibration_path') return ret - + def parse_calibration(self, path=None): """The soft calibration from a file for this device. - + If path is None, the default calibration file is used. """ if path is None: path = self.get_default_calibration_path() - + ret = _comedilib_h.comedi_parse_calibration_file(path) if ret == NULL: _error.raise_error(