[svn-commits] eliel: branch group/data_api_gsoc2009 r205074 - in /team/group/data_api_gsoc2...

SVN commits to the Digium repositories svn-commits at lists.digium.com
Tue Jul 7 14:39:37 CDT 2009


Author: eliel
Date: Tue Jul  7 14:39:33 2009
New Revision: 205074

URL: http://svn.asterisk.org/svn-view/asterisk?view=rev&rev=205074
Log:
Remove trailing white spaces.

Modified:
    team/group/data_api_gsoc2009/main/data.c
    team/group/data_api_gsoc2009/main/xml.c
    team/group/data_api_gsoc2009/tests/test_data.c

Modified: team/group/data_api_gsoc2009/main/data.c
URL: http://svn.asterisk.org/svn-view/asterisk/team/group/data_api_gsoc2009/main/data.c?view=diff&rev=205074&r1=205073&r2=205074
==============================================================================
--- team/group/data_api_gsoc2009/main/data.c (original)
+++ team/group/data_api_gsoc2009/main/data.c Tue Jul  7 14:39:33 2009
@@ -50,7 +50,7 @@
 /*! \brief Current query structure version. */
 static const uint32_t current_query_version = AST_DATA_QUERY_VERSION;
 
-/*! \brief The data tree to be returned by the callbacks and 
+/*! \brief The data tree to be returned by the callbacks and
 		   managed by functions local to this file. */
 struct ast_data {
 	enum ast_data_type type;
@@ -73,7 +73,7 @@
 };
 
 struct data_filter {
-	/*! \brief The list of filter or search requirements 
+	/*! \brief The list of filter or search requirements
 	           ( container of type struct ast_data ) */
 	struct ao2_container *children;
 };

Modified: team/group/data_api_gsoc2009/main/xml.c
URL: http://svn.asterisk.org/svn-view/asterisk/team/group/data_api_gsoc2009/main/xml.c?view=diff&rev=205074&r1=205073&r2=205074
==============================================================================
--- team/group/data_api_gsoc2009/main/xml.c (original)
+++ team/group/data_api_gsoc2009/main/xml.c Tue Jul  7 14:39:33 2009
@@ -125,7 +125,7 @@
 	if (!doc || !node) {
 		return;
 	}
- 
+
 	xmlDocSetRootElement((xmlDoc *) doc, (xmlNode *) node);
 }
 

Modified: team/group/data_api_gsoc2009/tests/test_data.c
URL: http://svn.asterisk.org/svn-view/asterisk/team/group/data_api_gsoc2009/tests/test_data.c?view=diff&rev=205074&r1=205073&r2=205074
==============================================================================
--- team/group/data_api_gsoc2009/tests/test_data.c (original)
+++ team/group/data_api_gsoc2009/tests/test_data.c Tue Jul  7 14:39:33 2009
@@ -18,8 +18,9 @@
  *
  * \brief DATA API Test
  *
- * \author\verbatim Eliel C. Sardanons <eliels at gmail.com> \endverbatim
- * 
+ * \author Eliel C. Sardanons <eliels at gmail.com>
+ * \author Brett Bryant <brettbryant at gmail.com>
+ *
  * \ingroup tests
  */
 




More information about the svn-commits mailing list