diff scripts/miscellaneous/unpack.m @ 25948:700b3f415ebe

maint: Strip trailing whitespace from source files.
author John W. Eaton <jwe@octave.org>
date Fri, 19 Oct 2018 12:19:49 -0400
parents 96c69234ac98
children b9d72a2dac8f
line wrap: on
line diff
--- a/scripts/miscellaneous/unpack.m	Fri Oct 19 12:14:38 2018 -0400
+++ b/scripts/miscellaneous/unpack.m	Fri Oct 19 12:19:49 2018 -0400
@@ -130,7 +130,7 @@
     [pathstr, name, ext] = fileparts (file);
 
     if (nargin == 3 && ! strcmpi (ext, filetype))
-      ## override extension with given filetype 
+      ## override extension with given filetype
       if (isempty (ext))
         ext = filetype;
       else