diff scripts/plot/draw/private/__scatter__.m @ 21604:d7a268e68e69

maint: Strip trailing whitespace from source files.
author John W. Eaton <jwe@octave.org>
date Mon, 11 Apr 2016 10:53:18 -0400
parents 683a1beee538
children ffad2baa90f7
line wrap: on
line diff
--- a/scripts/plot/draw/private/__scatter__.m	Mon Apr 11 10:45:17 2016 +0200
+++ b/scripts/plot/draw/private/__scatter__.m	Mon Apr 11 10:53:18 2016 -0400
@@ -370,7 +370,7 @@
       c = repmat (c, numel (x), 1);
     endif
   endif
-  filled = ! strcmp (get (h, "markerfacecolor"), "none"); 
+  filled = ! strcmp (get (h, "markerfacecolor"), "none");
   s = get (h, "sizedata");
   if (numel (s) == 1)
     s = repmat (s, numel (x), 1);