]> gitweb.michael.orlitzky.com - octave.git/commitdiff
Delete trailing whitespace.
authorMichael Orlitzky <michael@orlitzky.com>
Tue, 18 Dec 2012 02:25:32 +0000 (21:25 -0500)
committerMichael Orlitzky <michael@orlitzky.com>
Tue, 18 Dec 2012 02:25:32 +0000 (21:25 -0500)
partition_delta.m

index 782394122b39dc3aaa4bd4a5f5b2c8739db8326c..febb4dc898cc336363d19ebe3f85faddd5766949 100644 (file)
@@ -8,7 +8,7 @@ function [p] = partition_delta(a, b, delta)
   ##
   ##   * ``b`` - The "right" endpoint of the interval to partition.
   ##
-  ##   * ``delta`` - The length of the subintervals. 
+  ##   * ``delta`` - The length of the subintervals.
   ##
   ## OUTPUTS:
   ##