[GRASS-SVN] r65417 - grass/branches/releasebranch_7_0/lib/python/script

svn_grass at osgeo.org svn_grass at osgeo.org
Mon Jun 8 00:24:49 PDT 2015


Author: neteler
Date: 2015-06-08 00:24:49 -0700 (Mon, 08 Jun 2015)
New Revision: 65417

Modified:
   grass/branches/releasebranch_7_0/lib/python/script/array.py
Log:
script/array.py: white space cleanup

Modified: grass/branches/releasebranch_7_0/lib/python/script/array.py
===================================================================
--- grass/branches/releasebranch_7_0/lib/python/script/array.py	2015-06-08 07:23:35 UTC (rev 65416)
+++ grass/branches/releasebranch_7_0/lib/python/script/array.py	2015-06-08 07:24:49 UTC (rev 65417)
@@ -65,12 +65,12 @@
   [  1.   2.   3.   4.   5.   6.]
   [  2.   3.   4.   5.   6.   7.]
   [  3.   4.   5.   6.   7.   8.]]
-<BLANKLINE> 
+<BLANKLINE>
  [[  1.   2.   3.   4.   5.   6.]
   [  2.   3.   4.   5.   6.   7.]
   [  3.   4.   5.   6.   7.   8.]
   [  4.   5.   6.   7.   8.   9.]]
-<BLANKLINE> 
+<BLANKLINE>
  [[  2.   3.   4.   5.   6.   7.]
   [  3.   4.   5.   6.   7.   8.]
   [  4.   5.   6.   7.   8.   9.]
@@ -92,12 +92,12 @@
   [ 1.  2.  0.  1.  2.  0.]
   [ 2.  0.  1.  2.  0.  1.]
   [ 0.  1.  2.  0.  1.  2.]]
-<BLANKLINE> 
+<BLANKLINE>
  [[ 1.  2.  0.  1.  2.  0.]
   [ 2.  0.  1.  2.  0.  1.]
   [ 0.  1.  2.  0.  1.  2.]
   [ 1.  2.  0.  1.  2.  0.]]
-<BLANKLINE> 
+<BLANKLINE>
  [[ 2.  0.  1.  2.  0.  1.]
   [ 0.  1.  2.  0.  1.  2.]
   [ 1.  2.  0.  1.  2.  0.]



More information about the grass-commit mailing list