diff scripts/signal/ifftshift.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 7d9dbe4c803b
line wrap: on
line diff
--- a/scripts/signal/ifftshift.m
+++ b/scripts/signal/ifftshift.m
@@ -19,8 +19,8 @@
 ## -*- texinfo -*-
 ## @deftypefn  {Function File} {} ifftshift (@var{x})
 ## @deftypefnx {Function File} {} ifftshift (@var{x}, @var{dim})
-## Undo the action of the @code{fftshift} function.  For even length 
-## @var{x}, @code{fftshift} is its own inverse, but odd lengths differ 
+## Undo the action of the @code{fftshift} function.  For even length
+## @var{x}, @code{fftshift} is its own inverse, but odd lengths differ
 ## slightly.
 ## @end deftypefn