[GRASS-dev] [GRASS GIS] #3995: v.out.ascii appends blanks to data upon export

#3995: v.out.ascii appends blanks to data upon export
-------------------------+---------------------------------
Reporter: jidanni | Owner: grass-dev@…
     Type: enhancement | Status: new
Priority: trivial | Milestone:
Component: Vector | Version: git-releasebranch78
Keywords: | CPU: Unspecified
Platform: Unspecified |
-------------------------+---------------------------------
{{{
$ grass ... --exec v.out.ascii format=standard input=...
}}}
adds a varying number of trailing blanks to each line.

If there was no blanks when a user imported the data with v.in.ascii then
there certainly should not be any added upon export.

Test with

{{{
.... | grep ' $'

}}}

--
Ticket URL: <https://trac.osgeo.org/grass/ticket/3995&gt;
GRASS GIS <https://grass.osgeo.org>