[GRASS-SVN] r70062 - grass/branches/releasebranch_7_2/scripts/r.out.xyz
svn_grass at osgeo.org
svn_grass at osgeo.org
Mon Dec 12 03:22:43 PST 2016
Author: lucadelu
Date: 2016-12-12 03:22:43 -0800 (Mon, 12 Dec 2016)
New Revision: 70062
Modified:
grass/branches/releasebranch_7_2/scripts/r.out.xyz/r.out.xyz.py
Log:
r.out.xyz: fixed indentation
Modified: grass/branches/releasebranch_7_2/scripts/r.out.xyz/r.out.xyz.py
===================================================================
--- grass/branches/releasebranch_7_2/scripts/r.out.xyz/r.out.xyz.py 2016-12-12 11:21:34 UTC (rev 70061)
+++ grass/branches/releasebranch_7_2/scripts/r.out.xyz/r.out.xyz.py 2016-12-12 11:22:43 UTC (rev 70062)
@@ -51,9 +51,9 @@
statsflags="1g"
else:
statsflags="1gn"
- parameters = dict(flags=statsflags,
- input=options['input'],
- separator=options['separator'])
+ parameters = dict(flags=statsflags,
+ input=options['input'],
+ separator=options['separator'])
if output:
parameters.update(output=output)
More information about the grass-commit
mailing list