diff scripts/miscellaneous/ans.m @ 11587:c792872f8942

all script files: untabify and strip trailing whitespace
author John W. Eaton <jwe@octave.org>
date Thu, 20 Jan 2011 17:35:29 -0500
parents fd0a3ac60b0e
children dd8a2a448788
line wrap: on
line diff
--- a/scripts/miscellaneous/ans.m	Thu Jan 20 17:24:59 2011 -0500
+++ b/scripts/miscellaneous/ans.m	Thu Jan 20 17:35:29 2011 -0500
@@ -20,11 +20,11 @@
 ## @defvr {Automatic Variable} ans
 ## The most recently computed result that was not
 ## explicitly assigned to a variable.  For example, after the expression
-## 
+##
 ## @example
 ## 3^2 + 4^2
 ## @end example
-## 
+##
 ## @noindent
 ## is evaluated, the value returned by @code{ans} is 25.
 ## @end defvr