[asterisk-commits] eliel: branch group/data_api_gsoc2009 r206220 - in /team/group/data_api_gsoc2...
SVN commits to the Asterisk project
asterisk-commits at lists.digium.com
Mon Jul 13 12:50:20 CDT 2009
Author: eliel
Date: Mon Jul 13 12:50:16 2009
New Revision: 206220
URL: http://svn.asterisk.org/svn-view/asterisk?view=rev&rev=206220
Log:
Remove trailing white spaces.
Modified:
team/group/data_api_gsoc2009/apps/app_queue.c
team/group/data_api_gsoc2009/include/asterisk/xml.h
team/group/data_api_gsoc2009/main/data.c
Modified: team/group/data_api_gsoc2009/apps/app_queue.c
URL: http://svn.asterisk.org/svn-view/asterisk/team/group/data_api_gsoc2009/apps/app_queue.c?view=diff&rev=206220&r1=206219&r2=206220
==============================================================================
--- team/group/data_api_gsoc2009/apps/app_queue.c (original)
+++ team/group/data_api_gsoc2009/apps/app_queue.c Mon Jul 13 12:50:16 2009
@@ -7425,13 +7425,13 @@
MEMBER(call_queue, maskmemberstatus, AST_DATA_BOOLEAN) \
MEMBER(call_queue, realtime, AST_DATA_BOOLEAN) \
MEMBER(call_queue, found, AST_DATA_BOOLEAN) \
- MEMBER(call_queue, announcepositionlimit, AST_DATA_INTEGER) \
+ MEMBER(call_queue, announcepositionlimit, AST_DATA_INTEGER) \
MEMBER(call_queue, announcefrequency, AST_DATA_INTEGER) \
- MEMBER(call_queue, minannouncefrequency, AST_DATA_INTEGER) \
- MEMBER(call_queue, periodicannouncefrequency, AST_DATA_INTEGER) \
- MEMBER(call_queue, numperiodicannounce, AST_DATA_INTEGER) \
- MEMBER(call_queue, randomperiodicannounce, AST_DATA_INTEGER) \
- MEMBER(call_queue, roundingseconds, AST_DATA_INTEGER) \
+ MEMBER(call_queue, minannouncefrequency, AST_DATA_INTEGER) \
+ MEMBER(call_queue, periodicannouncefrequency, AST_DATA_INTEGER) \
+ MEMBER(call_queue, numperiodicannounce, AST_DATA_INTEGER) \
+ MEMBER(call_queue, randomperiodicannounce, AST_DATA_INTEGER) \
+ MEMBER(call_queue, roundingseconds, AST_DATA_INTEGER) \
MEMBER(call_queue, holdtime, AST_DATA_INTEGER) \
MEMBER(call_queue, talktime, AST_DATA_INTEGER) \
MEMBER(call_queue, callscompleted, AST_DATA_INTEGER) \
@@ -7545,7 +7545,7 @@
}
}
if (member_added) {
- ast_data_add_structure(call_queue, data_queue, queue);
+ ast_data_add_structure(call_queue, data_queue, queue);
}
data_queue = NULL;
Modified: team/group/data_api_gsoc2009/include/asterisk/xml.h
URL: http://svn.asterisk.org/svn-view/asterisk/team/group/data_api_gsoc2009/include/asterisk/xml.h?view=diff&rev=206220&r1=206219&r2=206220
==============================================================================
--- team/group/data_api_gsoc2009/include/asterisk/xml.h (original)
+++ team/group/data_api_gsoc2009/include/asterisk/xml.h Mon Jul 13 12:50:16 2009
@@ -48,7 +48,7 @@
*/
struct ast_xml_doc *ast_xml_open(char *filename);
-/*!
+/*!
* \brief Create a XML document.
* \retval NULL on error.
* \retval non-NULL The allocated document structure.
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=206220&r1=206219&r2=206220
==============================================================================
--- team/group/data_api_gsoc2009/main/data.c (original)
+++ team/group/data_api_gsoc2009/main/data.c Mon Jul 13 12:50:16 2009
@@ -910,7 +910,7 @@
* \brief Based on the kind of comparison and the result in cmpval, return
* if it matches.
* \param[in] cmpval A result returned by a strcmp() for example.
- * \param[in] comparison_type The kind of comparison (<,>,=,!=,...)
+ * \param[in] comparison_type The kind of comparison (<,>,=,!=,...)
* \retval 1 If the comparison doesn't match.
* \retval 0 If the comparison matches.
*/
@@ -1325,8 +1325,9 @@
/*!
* \internal
- */
-static int data_filter_add_result_child(struct data_filter_list *flist,
+ * \XXX-document this.
+ */
+static int data_filter_add_result_child(struct data_filter_list *flist,
const char *pathroot,
struct ast_data *node,
struct ast_data *generated)
More information about the asterisk-commits
mailing list