diff scripts/optimization/sqp.m @ 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 00f796120a6d
children c9e5a09af7af
line wrap: on
line diff
--- a/scripts/optimization/sqp.m	Thu Jan 24 19:06:40 2019 +0000
+++ b/scripts/optimization/sqp.m	Thu Jan 24 19:18:51 2019 +0000
@@ -441,7 +441,7 @@
     [x_new, alpha, obj_new, globals] = ...
         linesearch_L1 (x, p, obj_fun, obj_grd, ce_fun, ci_fun, lambda, ...
                        obj, c, globals);
-    
+
     delx = x_new - x;
 
     ## Check if step size has become too small (indicates lack of progress).