diff scripts/plot/__area__.m @ 8507:cadc73247d65

style fixes
author John W. Eaton <jwe@octave.org>
date Tue, 13 Jan 2009 14:08:36 -0500
parents 082fa7859574
children 7d48766c21a5
line wrap: on
line diff
--- a/scripts/plot/__area__.m
+++ b/scripts/plot/__area__.m
@@ -89,7 +89,7 @@
       b0 = get (h, "basevalue");
 
       for hh = hlist(:)'
-	if (hh != h )
+	if (hh != h)
 	  b1 = get (hh, "basevalue");
 	  if (b1 != b0)
 	    set (hh, "basevalue", b0);