changeset 23780:96e36ba3be65

maint: Strip trailing whitespace from source files.
author John W. Eaton <jwe@octave.org>
date Fri, 21 Jul 2017 13:21:30 -0400
parents 7becd026c8ba
children d891b6a16a4d
files libinterp/parse-tree/pt-eval.cc liboctave/numeric/lo-mappers.h test/bug-51192/class_bug51192.m
diffstat 3 files changed, 3 insertions(+), 3 deletions(-) [+]
line wrap: on
line diff
--- a/libinterp/parse-tree/pt-eval.cc	Fri Jul 21 09:23:24 2017 -0700
+++ b/libinterp/parse-tree/pt-eval.cc	Fri Jul 21 13:21:30 2017 -0400
@@ -1336,7 +1336,7 @@
       base_expr_val = evaluate (expr);
 
     bool indexing_object = base_expr_val.isobject () || base_expr_val.isjava ()
-                           || base_expr_val.is_classdef_meta(); 
+                           || base_expr_val.is_classdef_meta ();
                            // ^ this check is for static methods on class name
 
     std::list<octave_value_list> idx;
--- a/liboctave/numeric/lo-mappers.h	Fri Jul 21 09:23:24 2017 -0700
+++ b/liboctave/numeric/lo-mappers.h	Fri Jul 21 13:21:30 2017 -0400
@@ -81,7 +81,7 @@
     inline FloatComplex atan (const FloatComplex& x) { return std::atan (x); }
 
     // The C++ standard would normally return a std::complex value for conj
-    // even when the input is fully real.  Octave overrides this. 
+    // even when the input is fully real.  Octave overrides this.
     inline double conj (double x) { return x; }
     inline float conj (float x) { return x; }
 
--- a/test/bug-51192/class_bug51192.m	Fri Jul 21 09:23:24 2017 -0700
+++ b/test/bug-51192/class_bug51192.m	Fri Jul 21 13:21:30 2017 -0400
@@ -1,4 +1,4 @@
-classdef class_bug51192 
+classdef class_bug51192
   methods (Static)
     function foo (val)
       val;