diff scripts/time/asctime.m @ 3426:f8dde1807dee

[project @ 2000-01-13 08:40:00 by jwe]
author jwe
date Thu, 13 Jan 2000 08:40:53 +0000
parents 02866242d3ae
children 4c8a2e4e0717
line wrap: on
line diff
--- a/scripts/time/asctime.m	Thu Jan 13 08:32:16 2000 +0000
+++ b/scripts/time/asctime.m	Thu Jan 13 08:40:53 2000 +0000
@@ -21,14 +21,14 @@
 ## @deftypefn {Function File} {} asctime (@var{tm_struct})
 ## Convert a time structure to a string using the following five-field
 ## format: Thu Mar 28 08:40:14 1996.  For example,
-## 
+##
 ## @example
 ## @group
 ## asctime (localtime (time ())
 ##      @result{} "Mon Feb 17 01:15:06 1997\n"
 ## @end group
 ## @end example
-## 
+##
 ## This is equivalent to @code{ctime (time ())}.
 ## @end deftypefn