diff scripts/miscellaneous/tar.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 8f2056646dba
line wrap: on
line diff
--- a/scripts/miscellaneous/tar.m	Thu Jan 20 17:24:59 2011 -0500
+++ b/scripts/miscellaneous/tar.m	Thu Jan 20 17:35:29 2011 -0500
@@ -1,5 +1,5 @@
 ## Copyright (C) 2005-2011 Søren Hauberg
-## 
+##
 ## This file is part of Octave.
 ##
 ## Octave is free software; you can redistribute it and/or modify it
@@ -62,7 +62,7 @@
       else
         error ("tar: tar exited with status = %d", status);
       endif
-    
+
     else
       error ("tar: expecting all arguments to be character strings");
     endif