diff scripts/testfun/test.m @ 8507:cadc73247d65

style fixes
author John W. Eaton <jwe@octave.org>
date Tue, 13 Jan 2009 14:08:36 -0500
parents bc982528de11
children 5dd06f19e9be
line wrap: on
line diff
--- a/scripts/testfun/test.m
+++ b/scripts/testfun/test.m
@@ -220,7 +220,7 @@
 
   ## Ready to start tests ... if in batch mode, tell us what is happening.
   if (__verbose)
-    disp (cstrcat ( __signal_file, __file));
+    disp (cstrcat (__signal_file, __file));
   endif
 
   ## Assume all tests will pass.