diff scripts/general/flipud.m @ 3426:f8dde1807dee

[project @ 2000-01-13 08:40:00 by jwe]
author jwe
date Thu, 13 Jan 2000 08:40:53 +0000
parents 39496bf0ffdf
children b92d59213e63
line wrap: on
line diff
--- a/scripts/general/flipud.m	Thu Jan 13 08:32:16 2000 +0000
+++ b/scripts/general/flipud.m	Thu Jan 13 08:40:53 2000 +0000
@@ -21,7 +21,7 @@
 ## @deftypefn {Function File} {} flipud (@var{x})
 ## Return a copy of @var{x} with the order of the rows reversed.  For
 ## example,
-## 
+##
 ## @example
 ## @group
 ## flipud ([1, 2; 3, 4])