From: Michael Orlitzky Date: Tue, 18 Dec 2012 02:25:32 +0000 (-0500) Subject: Delete trailing whitespace. X-Git-Url: http://gitweb.michael.orlitzky.com/?p=octave.git;a=commitdiff_plain;h=3f1f15ad05838564887c994fc794569b366a882a Delete trailing whitespace. --- diff --git a/partition_delta.m b/partition_delta.m index 7823941..febb4dc 100644 --- a/partition_delta.m +++ b/partition_delta.m @@ -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: ##