[GRASS-SVN] r30993 - grass/trunk/raster/r.patch

svn_grass at osgeo.org svn_grass at osgeo.org
Mon Apr 14 20:16:09 EDT 2008


Author: hamish
Date: 2008-04-14 20:16:09 -0400 (Mon, 14 Apr 2008)
New Revision: 30993

Modified:
   grass/trunk/raster/r.patch/main.c
Log:
trival whitespace

Modified: grass/trunk/raster/r.patch/main.c
===================================================================
--- grass/trunk/raster/r.patch/main.c	2008-04-14 23:50:48 UTC (rev 30992)
+++ grass/trunk/raster/r.patch/main.c	2008-04-15 00:16:09 UTC (rev 30993)
@@ -52,9 +52,9 @@
     module = G_define_module();
     module->keywords = _("raster");
     module->description =
-		_("Creates a composite raster map layer by using "
-		  "known category values from one (or more) map layer(s) "
-		  "to fill in areas of \"no data\" in another map layer.");
+	_("Creates a composite raster map layer by using "
+	  "known category values from one (or more) map layer(s) "
+	  "to fill in areas of \"no data\" in another map layer.");
 
     /* Define the different options */
 



More information about the grass-commit mailing list