Browse Source

r.out.xyz: fixed indentation

git-svn-id: https://svn.osgeo.org/grass/grass/trunk@70040 15284696-431f-4ddb-bdfa-cd5b030d7da7
Luca Delucchi 8 years ago
parent
commit
559b7c8ae2
1 changed files with 5 additions and 5 deletions
  1. 5 5
      scripts/r.out.xyz/r.out.xyz.py

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

@@ -48,12 +48,12 @@ def main():
     donodata = flags['i']
 
     if donodata:
-	statsflags="1g"
+        statsflags="1g"
     else:
-	statsflags="1gn"
-    parameters = dict(flags=statsflags,
-                      input=options['input'],
-                      separator=options['separator'])
+        statsflags="1gn"
+        parameters = dict(flags=statsflags,
+                          input=options['input'],
+                          separator=options['separator'])
     if output:
         parameters.update(output=output)