[GRASS-SVN] r58891 - grass/branches/develbranch_6/raster/r.li/r.li.shape

svn_grass at osgeo.org svn_grass at osgeo.org
Wed Feb 5 14:21:47 PST 2014


Author: hamish
Date: 2014-02-05 14:21:47 -0800 (Wed, 05 Feb 2014)
New Revision: 58891

Modified:
   grass/branches/develbranch_6/raster/r.li/r.li.shape/main.c
Log:
minor whitespace

Modified: grass/branches/develbranch_6/raster/r.li/r.li.shape/main.c
===================================================================
--- grass/branches/develbranch_6/raster/r.li/r.li.shape/main.c	2014-02-05 22:11:07 UTC (rev 58890)
+++ grass/branches/develbranch_6/raster/r.li/r.li.shape/main.c	2014-02-05 22:21:47 UTC (rev 58891)
@@ -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