diff scripts/control/system/sysgettsam.m @ 4462:3e48e60a1f8b

[project @ 2003-07-12 03:31:41 by jwe]
author jwe
date Sat, 12 Jul 2003 03:31:41 +0000
parents 22bd65326ec1
children 4c8a2e4e0717
line wrap: on
line diff
--- a/scripts/control/system/sysgettsam.m
+++ b/scripts/control/system/sysgettsam.m
@@ -23,8 +23,8 @@
 
 function T = sysgettsam (sys)
 
-  if(!isstruct(sys))
-    usage("T = sysgettsam(sys)");
+  if (! isstruct (sys))
+    usage ("T = sysgettsam (sys)");
   endif
 
   T = sys.tsam;