# HG changeset patch # User John W. Eaton # Date 1522844956 14400 # Node ID e512eaba52066f5d4e4accf0d17d1ca0a445a82b # Parent f191e1a260950fe89c2c4ecd02e21f8ac6173fa9 maint: Strip trailing whitespace from source files. diff -r f191e1a26095 -r e512eaba5206 doc/interpreter/doccheck/mk_undocumented_list --- 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 diff -r f191e1a26095 -r e512eaba5206 libinterp/parse-tree/pt-jit.cc --- 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]; diff -r f191e1a26095 -r e512eaba5206 scripts/plot/util/struct2hdl.m --- 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;