diff scripts/ode/ode15i.m @ 28660:dc80e087df4b stable

maint: Strip trailing spaces from files. * NEWS, doc/interpreter/genpropdoc.m, libinterp/corefcn/load-save.cc, scripts/general/quadgk.m, scripts/java/javarmpath.m, scripts/ode/ode15i.m, scripts/ode/ode15s.m, scripts/plot/appearance/legend.m: Strip trailing spaces from files.
author Rik <rik@octave.org>
date Fri, 28 Aug 2020 09:32:35 -0700
parents bd7d82fc65ba
children 28d2511f2af2
line wrap: on
line diff
--- a/scripts/ode/ode15i.m	Sun Dec 08 22:11:58 2019 +0100
+++ b/scripts/ode/ode15i.m	Fri Aug 28 09:32:35 2020 -0700
@@ -181,7 +181,7 @@
         J1 = options.Jacobian{1};
         J2 = options.Jacobian{2};
         if (   ! issquare (J1) || ! issquare (J2)
-            || rows (J1) != n || rows (J2) != n  
+            || rows (J1) != n || rows (J2) != n
             || ! isnumeric (J1) || ! isnumeric (J2)
             || ! isreal (J1) || ! isreal (J2))
           error ("Octave:invalid-input-arg",