diff scripts/miscellaneous/ls.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 e1851653d59c
children d129be41f1e3
line wrap: on
line diff
--- a/scripts/miscellaneous/ls.m	Thu Jan 20 17:24:59 2011 -0500
+++ b/scripts/miscellaneous/ls.m	Thu Jan 20 17:35:29 2011 -0500
@@ -19,7 +19,7 @@
 ## -*- texinfo -*-
 ## @deftypefn {Command} {} ls options
 ## List directory contents.  For example:
-## 
+##
 ## @example
 ## @group
 ## ls -l
@@ -28,7 +28,7 @@
 ##      @print{} -rw-r--r--   1 jwe  users  1315 Aug 17 23:14 bar.m
 ## @end group
 ## @end example
-## 
+##
 ## The @code{dir} and @code{ls} commands are implemented by calling your
 ## system's directory listing command, so the available options may vary
 ## from system to system.
@@ -72,7 +72,7 @@
       ## we won't have to buffer all the output.
       system (cmd);
     endif
-    
+
   else
     error ("ls: expecting all arguments to be character strings");
   endif