[GRASS-SVN] r31888 - in grass-addons/general: g.xlist g.xremove
svn_grass at osgeo.org
svn_grass at osgeo.org
Sun Jun 29 18:50:49 EDT 2008
Author: hcho
Date: 2008-06-29 18:50:49 -0400 (Sun, 29 Jun 2008)
New Revision: 31888
Modified:
grass-addons/general/g.xlist/join.c
grass-addons/general/g.xlist/ls.c
grass-addons/general/g.xremove/do_remove.c
grass-addons/general/g.xremove/join.c
grass-addons/general/g.xremove/ls.c
grass-addons/general/g.xremove/main.c
Log:
Removed trailing whitespaces
Modified: grass-addons/general/g.xlist/join.c
===================================================================
--- grass-addons/general/g.xlist/join.c 2008-06-29 22:04:40 UTC (rev 31887)
+++ grass-addons/general/g.xlist/join.c 2008-06-29 22:50:49 UTC (rev 31888)
@@ -39,7 +39,7 @@
\param element Database element (eg, "cell", "cellhd", etc)
\param alias Alias for element (if NULL, element is used)
- \param mapset Mapset to be listed "" to list all mapsets in mapset search list
+ \param mapset Mapset to be listed "" to list all mapsets in mapset search list
"." will list current mapset
\param separator Map name separator
\param flags G_JOIN_ELEMENT_TYPE Include alias
Modified: grass-addons/general/g.xlist/ls.c
===================================================================
--- grass-addons/general/g.xlist/ls.c 2008-06-29 22:04:40 UTC (rev 31887)
+++ grass-addons/general/g.xlist/ls.c 2008-06-29 22:50:49 UTC (rev 31888)
@@ -5,7 +5,7 @@
\brief Functions to list the files in a directory.
\author Paul Kelly, Huidae Cho
-
+
(C) 2007, 2008 by the GRASS Development Team
This program is free software under the GNU General Public
@@ -42,7 +42,7 @@
/**
* \brief Sets a function and its complementary data for G__ls filtering.
- *
+ *
* Defines a filter function and its rule data that allow G__ls to filter out
* unwanted file names. Call this function before G__ls.
*
@@ -62,17 +62,17 @@
/**
* \brief Stores a sorted directory listing in an array
- *
+ *
* The filenames in the specified directory are stored in an array of
* strings, then sorted alphabetically. Each filename has space allocated
* using G_store(), which can be freed using G_free() if necessary. The
* same goes for the array itself.
- *
- *
+ *
+ *
* \param dir Directory to list
* \param num_files Pointer to an integer in which the total number of
* files listed will be stored
- *
+ *
* \return Pointer to array of strings containing the listing
**/
Modified: grass-addons/general/g.xremove/do_remove.c
===================================================================
--- grass-addons/general/g.xremove/do_remove.c 2008-06-29 22:04:40 UTC (rev 31887)
+++ grass-addons/general/g.xremove/do_remove.c 2008-06-29 22:50:49 UTC (rev 31888)
@@ -3,7 +3,7 @@
#include <grass/G3d.h>
#include "global.h"
-/*
+/*
* returns 0 - success
* 1 - error
*/
Modified: grass-addons/general/g.xremove/join.c
===================================================================
--- grass-addons/general/g.xremove/join.c 2008-06-29 22:04:40 UTC (rev 31887)
+++ grass-addons/general/g.xremove/join.c 2008-06-29 22:50:49 UTC (rev 31888)
@@ -39,7 +39,7 @@
\param element Database element (eg, "cell", "cellhd", etc)
\param alias Alias for element (if NULL, element is used)
- \param mapset Mapset to be listed "" to list all mapsets in mapset search list
+ \param mapset Mapset to be listed "" to list all mapsets in mapset search list
"." will list current mapset
\param separator Map name separator
\param flags G_JOIN_ELEMENT_TYPE Include alias
Modified: grass-addons/general/g.xremove/ls.c
===================================================================
--- grass-addons/general/g.xremove/ls.c 2008-06-29 22:04:40 UTC (rev 31887)
+++ grass-addons/general/g.xremove/ls.c 2008-06-29 22:50:49 UTC (rev 31888)
@@ -5,7 +5,7 @@
\brief Functions to list the files in a directory.
\author Paul Kelly, Huidae Cho
-
+
(C) 2007, 2008 by the GRASS Development Team
This program is free software under the GNU General Public
@@ -42,7 +42,7 @@
/**
* \brief Sets a function and its complementary data for G__ls filtering.
- *
+ *
* Defines a filter function and its rule data that allow G__ls to filter out
* unwanted file names. Call this function before G__ls.
*
@@ -62,17 +62,17 @@
/**
* \brief Stores a sorted directory listing in an array
- *
+ *
* The filenames in the specified directory are stored in an array of
* strings, then sorted alphabetically. Each filename has space allocated
* using G_store(), which can be freed using G_free() if necessary. The
* same goes for the array itself.
- *
- *
+ *
+ *
* \param dir Directory to list
* \param num_files Pointer to an integer in which the total number of
* files listed will be stored
- *
+ *
* \return Pointer to array of strings containing the listing
**/
Modified: grass-addons/general/g.xremove/main.c
===================================================================
--- grass-addons/general/g.xremove/main.c 2008-06-29 22:04:40 UTC (rev 31887)
+++ grass-addons/general/g.xremove/main.c 2008-06-29 22:50:49 UTC (rev 31888)
@@ -6,13 +6,13 @@
* AUTHOR(S): Huidae Cho <grass4u gmail.com>
*
* Based on general/manage/cmd/remove.c by
- * CERL (original contributor)
- * Radim Blazek <radim.blazek gmail.com>,
- * Cedric Shock <cedricgrass shockfamily.net>,
+ * CERL (original contributor),
+ * Radim Blazek <radim.blazek gmail.com>,
+ * Cedric Shock <cedricgrass shockfamily.net>,
* Huidae Cho <grass4u gmail.com>,
- * Glynn Clements <glynn gclements.plus.com>,
- * Jachym Cepicky <jachym les-ejk.cz>,
- * Markus Neteler <neteler itc.it>,
+ * Glynn Clements <glynn gclements.plus.com>,
+ * Jachym Cepicky <jachym les-ejk.cz>,
+ * Markus Neteler <neteler itc.it>,
* Martin Landa <landa.martin gmail.com>
*
* PURPOSE: lets users remove GRASS database files
More information about the grass-commit
mailing list