changeset 25115:e512eaba5206 stable

maint: Strip trailing whitespace from source files.
author John W. Eaton <jwe@octave.org>
date Wed, 04 Apr 2018 08:29:16 -0400
parents f191e1a26095
children d7239105c409 98596e4522bc
files doc/interpreter/doccheck/mk_undocumented_list libinterp/parse-tree/pt-jit.cc scripts/plot/util/struct2hdl.m
diffstat 3 files changed, 3 insertions(+), 3 deletions(-) [+]
line wrap: on
line diff
--- a/doc/interpreter/doccheck/mk_undocumented_list	Wed Apr 04 08:06:23 2018 -0400
+++ b/doc/interpreter/doccheck/mk_undocumented_list	Wed Apr 04 08:29:16 2018 -0400
@@ -53,7 +53,7 @@
 # Sanity check that Octave script worked
 if ($#all_functions != $#where)
 {
-  die "Unequal number of functions and locations.  Parsing failed\n"; 
+  die "Unequal number of functions and locations.  Parsing failed\n";
 }
 
 # Second, remove functions based on directory location
--- a/libinterp/parse-tree/pt-jit.cc	Wed Apr 04 08:06:23 2018 -0400
+++ b/libinterp/parse-tree/pt-jit.cc	Wed Apr 04 08:29:16 2018 -0400
@@ -2562,7 +2562,7 @@
             / / LLVM >= 3.7
             arg = builder.CreateConstInBoundsGEP1_32 (any_t->to_llvm (),
                                                       wrapper_arg, i);
-        
+
             arg = builder.CreateLoad (arg);
 
             jit_type *arg_type = m_argument_types[i];
--- a/scripts/plot/util/struct2hdl.m	Wed Apr 04 08:06:23 2018 -0400
+++ b/scripts/plot/util/struct2hdl.m	Wed Apr 04 08:29:16 2018 -0400
@@ -117,7 +117,7 @@
 
   ## Silence deprecation warnings
   warning ("off", "Octave:deprecated-property", "local");
-  
+
   ## create object
   if (strcmp (s.type, "root"))
     h = 0;