diff NEWS @ 26617:98afb8bbd1f6 stable

maint: Strip trailing whitespace from source files. * NEWS, GLCanvas.cc, dialog.cc, error.cc, ft-text-renderer.cc, sysdep.cc, utils.cc, pt-jit.cc, oct-rl-hist.c, makeUniqueStrings.m, randi.m, waitbar.m, clearvars.m, sqp.m, fplot.m, openfig.m, __print_parse_opts__.m, octave-svgconvert.cc: Strip trailing whitespace.
author John W. Eaton <jwe@octave.org>
date Thu, 24 Jan 2019 19:18:51 +0000
parents 26be3dc2900f
children 361f7ce80f85
line wrap: on
line diff
--- a/NEWS	Thu Jan 24 19:06:40 2019 +0000
+++ b/NEWS	Thu Jan 24 19:18:51 2019 +0000
@@ -12,7 +12,7 @@
     results are equally likely) sample of integers.  This may produce
     different results in existing code.  If it is necessary to reproduce
     the exact random integer sequence as in previous versions use
-    
+
       ri = imin + floor ((imax - imin + 1) * rand ());
 
  ** A new core function movfun will apply a function to a sliding
@@ -21,7 +21,7 @@
     scheme movXXX where "XXX" is the function that will be applied.
     For example, the moving average over a dataset is movmean.
     New moving window functions:
-   
+
     movfun   movslice
     movmad   movmax   movmean   movmedian   movmin   movprod
     movstd   movsum   movvar