[GRASS-SVN] r58892 - grass/branches/releasebranch_6_4/raster/r.li/r.li.shape
svn_grass at osgeo.org
svn_grass at osgeo.org
Wed Feb 5 14:33:04 PST 2014
Author: hamish
Date: 2014-02-05 14:33:04 -0800 (Wed, 05 Feb 2014)
New Revision: 58892
Modified:
grass/branches/releasebranch_6_4/raster/r.li/r.li.shape/main.c
Log:
minor whitespace (merge from devbr6)
Modified: grass/branches/releasebranch_6_4/raster/r.li/r.li.shape/main.c
===================================================================
--- grass/branches/releasebranch_6_4/raster/r.li/r.li.shape/main.c 2014-02-05 22:21:47 UTC (rev 58891)
+++ grass/branches/releasebranch_6_4/raster/r.li/r.li.shape/main.c 2014-02-05 22:33:04 UTC (rev 58892)
@@ -69,6 +69,7 @@
int *mask_buf;
G_set_c_null_value(&complete_value, 1);
+
mapset = G_find_cell(ad->raster, "");
if (G_get_cellhd(ad->raster, mapset, &hd) == -1)
return 0;
@@ -90,7 +91,7 @@
}
}
- /*calculate distance */
+ /* calculate distance */
G_begin_distance_calculations();
/* EW Dist at North edge */
EW_DIST1 = G_distance(hd.east, hd.north, hd.west, hd.north);
More information about the grass-commit
mailing list