diff scripts/strings/index.m @ 8507:cadc73247d65

style fixes
author John W. Eaton <jwe@octave.org>
date Tue, 13 Jan 2009 14:08:36 -0500
parents 83a8781b529d
children eb63fbe60fab
line wrap: on
line diff
--- a/scripts/strings/index.m
+++ b/scripts/strings/index.m
@@ -73,7 +73,7 @@
 
   elseif (l_t == 1)
     ## length one target: simple find
-    v = find (s==t, 1, direction);
+    v = find (s == t, 1, direction);
 
   elseif (l_t == 2)
     ## length two target: find first at i and second at i+1