# HG changeset patch # User Rik # Date 1379455065 25200 # Node ID 1dfc3abb0f0d10d9f237e569bdc8d374dbe4beba # Parent 366a51191fd759b03d012cd561dc2fcc663455c3 __plt__.m: Indent block of code to match others. * scripts/plot/private/__plt__.m: Indent block of code to match others. diff -r 366a51191fd7 -r 1dfc3abb0f0d scripts/plot/private/__plt__.m --- a/scripts/plot/private/__plt__.m Tue Sep 17 08:41:39 2013 -0700 +++ b/scripts/plot/private/__plt__.m Tue Sep 17 14:57:45 2013 -0700 @@ -495,8 +495,8 @@ endif retval = line (x, y, "color", color, - "linestyle", linestyle, - "marker", marker, properties{:}); + "linestyle", linestyle, + "marker", marker, properties{:}); endfunction