Просмотр исходного кода

r.out.xyz: fixed indentation (backport https://trac.osgeo.org/grass/changeset/70061)

git-svn-id: https://svn.osgeo.org/grass/grass/branches/releasebranch_7_0@70063 15284696-431f-4ddb-bdfa-cd5b030d7da7
Luca Delucchi 8 лет назад
Родитель
Сommit
04e423a37f
1 измененных файлов с 3 добавлено и 3 удалено
  1. 3 3
      scripts/r.out.xyz/r.out.xyz.py

+ 3 - 3
scripts/r.out.xyz/r.out.xyz.py

@@ -51,9 +51,9 @@ def main():
         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)