[GRASS-dev] [GRASS-SVN] r63289 - in grass/trunk/temporal: t.create t.info t.list t.rast.aggregate.ds t.remove t.select t.shift t.snap t.support t.topology

On Sat, Nov 29, 2014 at 10:43 AM, <svn_grass@osgeo.org> wrote:

Author: neteler
Date: 2014-11-29 07:43:17 -0800 (Sat, 29 Nov 2014)
New Revision: 63289

Modified:
   grass/trunk/temporal/t.create/t.create.py
   grass/trunk/temporal/t.info/t.info.py
   grass/trunk/temporal/t.list/t.list.py
   grass/trunk/temporal/t.rast.aggregate.ds/t.rast.aggregate.ds.py
   grass/trunk/temporal/t.remove/t.remove.py
   grass/trunk/temporal/t.select/t.select.py
   grass/trunk/temporal/t.shift/t.shift.py
   grass/trunk/temporal/t.snap/t.snap.py
   grass/trunk/temporal/t.support/t.support.py
   grass/trunk/temporal/t.topology/t.topology.py
Log:
temporal: standardization

...

Modified: grass/trunk/temporal/t.topology/t.topology.py

===================================================================
--- grass/trunk/temporal/t.topology/t.topology.py 2014-11-29
15:24:08 UTC (rev 63288)
+++ grass/trunk/temporal/t.topology/t.topology.py 2014-11-29
15:43:17 UTC (rev 63289)
@@ -2,10 +2,10 @@
# -*- coding: utf-8 -*-

############################################################################
#
-# MODULE: t.topology
+# MODULE: t.topology
# AUTHOR(S): Soeren Gebbert
#
-# PURPOSE: List temporal topology of a space time dataset
+# PURPOSE: List temporal topology of a space time dataset
# COPYRIGHT: (C) 2011 by the GRASS Development Team
#
# This program is free software under the GNU General Public

Just another example showing that the only right way how to use tabulators
is not to use them at all :slight_smile:

Seriously, for Python code we don't have single reason to use tabulators
and we are pretty close to getting rid of them completely, so don't
hesitate to replace them by spaces if you see them.

Vaclav

http://trac.osgeo.org/grass/changeset/63289/grass/trunk/temporal/t.create/t.create.py
http://trac.osgeo.org/grass/changeset/63289/grass/trunk/temporal/t.shift/t.shift.py
http://trac.osgeo.org/grass/changeset/63289/grass/trunk/temporal/t.topology/t.topology.py

_______________________________________________

grass-commit mailing list
grass-commit@lists.osgeo.org
http://lists.osgeo.org/mailman/listinfo/grass-commit

On Sat, Nov 29, 2014 at 7:02 PM, Vaclav Petras <wenzeslaus@gmail.com> wrote:

Just another example showing that the only right way how to use tabulators
is not to use them at all :slight_smile:

FWIW, I replaced some tabs with white space in my commit. It seems
that still more are there in that file.

Markus