changeset 17460:1dfc3abb0f0d

__plt__.m: Indent block of code to match others. * scripts/plot/private/__plt__.m: Indent block of code to match others.
author Rik <rik@octave.org>
date Tue, 17 Sep 2013 14:57:45 -0700
parents 366a51191fd7
children 77bec442a35a
files scripts/plot/private/__plt__.m
diffstat 1 files changed, 2 insertions(+), 2 deletions(-) [+]
line wrap: on
line diff
--- a/scripts/plot/private/__plt__.m
+++ b/scripts/plot/private/__plt__.m
@@ -495,8 +495,8 @@
   endif
 
   retval = line (x, y, "color", color,
-            "linestyle", linestyle,
-            "marker", marker, properties{:});
+                 "linestyle", linestyle,
+                 "marker", marker, properties{:});
 
 endfunction