diff scripts/polynomial/padecoef.m @ 21549:17845d0e359f

doc: Remove unecessary whitespace and end of docstrings. * octave_config_info.m, dlmwrite.m, edit.m, padecoef.m, unique.m: Remove unecessary whitespace and end of docstrings.
author Rik <rik@octave.org>
date Mon, 28 Mar 2016 08:58:10 -0700
parents e5a63df8cf3a
children d7a268e68e69
line wrap: on
line diff
--- a/scripts/polynomial/padecoef.m	Sun Mar 27 21:34:08 2016 -0700
+++ b/scripts/polynomial/padecoef.m	Mon Mar 28 08:58:10 2016 -0700
@@ -59,10 +59,10 @@
 ##
 ## The inputs @var{T} and @var{N} must be non-negative numeric scalars.  If
 ## @var{N} is unspecified it defaults to 1.
-## 
+##
 ## The output row vectors @var{num} and @var{den} contain the numerator and
 ## denominator coefficients in descending powers of s.  Both are
-## @var{N}th-order polynomials.  
+## @var{N}th-order polynomials.
 ##
 ## For example:
 ##