device: remove trailing whitespace from Éric's patch.
authorW. Trevor King <wking@tremily.us>
Tue, 16 Oct 2012 18:16:45 +0000 (14:16 -0400)
committerW. Trevor King <wking@tremily.us>
Tue, 16 Oct 2012 18:16:45 +0000 (14:16 -0400)
pycomedi/device.pyx

index 3c6b6797bf43afe19733ba92823402b033e7c42d..a7d6d16638afb2881e477798a9d91b1ba8d95e46 100644 (file)
@@ -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(