diff libinterp/corefcn/rand.cc @ 25828:8b548f2f8086

maint: Strip trailing whitespace from source files.
author John W. Eaton <jwe@octave.org>
date Tue, 28 Aug 2018 00:09:59 -0400
parents b400ad33d92d
children 373fe1608f7c
line wrap: on
line diff
--- a/libinterp/corefcn/rand.cc	Tue Aug 28 00:04:28 2018 -0400
+++ b/libinterp/corefcn/rand.cc	Tue Aug 28 00:09:59 2018 -0400
@@ -267,7 +267,7 @@
                   {
                     ColumnVector s =
                       ColumnVector (args(idx+1).vector_value (false, true));
-                   
+
                     // Backwards compatibility with previous versions of
                     // Octave which mapped Inf to 0.
                     for (octave_idx_type i = 0; i < s.numel (); i++)