On Sat, Nov 29, 2014 at 10:43 AM, <svn_gr...@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 :-)

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-com...@lists.osgeo.org
> http://lists.osgeo.org/mailman/listinfo/grass-commit
>
_______________________________________________
grass-dev mailing list
grass-dev@lists.osgeo.org
http://lists.osgeo.org/mailman/listinfo/grass-dev

Reply via email to