diff scripts/control/rotg.m @ 3385:10f21f7ccc7f

[project @ 1999-12-15 22:28:26 by jwe]
author jwe
date Wed, 15 Dec 1999 22:28:52 +0000
parents 69b167451491
children 1a8e2c0d627a
line wrap: on
line diff
--- a/scripts/control/rotg.m
+++ b/scripts/control/rotg.m
@@ -21,7 +21,7 @@
 ##
 ## NOTE: Use [c,s] = givens(a,b) instead.
 
-function [c,s] = rotg(a,b)
+function [c, s] = rotg (a, b)
 
   [c,s] = givens(a,b);
 endfunction