On Wed, Mar 23, 2016 at 5:29 PM, <[email protected]> wrote: > Author: hcho > Date: 2016-03-23 14:29:40 -0700 (Wed, 23 Mar 2016) > New Revision: 68127 > > Modified: > grass/trunk/lib/gis/parser_standard_options.c > Log: > parser: Fix indentation > > Please, see:
https://trac.osgeo.org/grass/browser/grass/trunk/tools/grass_indent.sh https://trac.osgeo.org/grass/wiki/Submitting/C#Indentation > Modified: grass/trunk/lib/gis/parser_standard_options.c > =================================================================== > --- grass/trunk/lib/gis/parser_standard_options.c 2016-03-23 > 19:54:16 UTC (rev 68126) > +++ grass/trunk/lib/gis/parser_standard_options.c 2016-03-23 > 21:29:40 UTC (rev 68127) > @@ -659,26 +659,26 @@ > break; > > case G_OPT_M_LOCATION: > - Opt->key = "location"; > - Opt->type = TYPE_STRING; > - Opt->required = NO; > - Opt->multiple = NO; > - Opt->label = _("Location name"); > - Opt->description = _("Location name (not location path)"); > - Opt->gisprompt = "old,location,location"; > - Opt->key_desc = "name"; > - break; > + Opt->key = "location"; > + Opt->type = TYPE_STRING; > + Opt->required = NO; > + Opt->multiple = NO; > + Opt->label = _("Location name"); > + Opt->description = _("Location name (not location path)"); > + Opt->gisprompt = "old,location,location"; > + Opt->key_desc = "name"; > + break; >
_______________________________________________ grass-dev mailing list [email protected] http://lists.osgeo.org/mailman/listinfo/grass-dev
