[svn-commits] eliel: branch group/data_api_gsoc2009 r210687 - /team/group/data_api_gsoc2009...

SVN commits to the Digium repositories svn-commits at lists.digium.com
Wed Aug 5 15:45:00 CDT 2009


Author: eliel
Date: Wed Aug  5 15:44:57 2009
New Revision: 210687

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


Modified:
    team/group/data_api_gsoc2009/include/asterisk/data.h

Modified: team/group/data_api_gsoc2009/include/asterisk/data.h
URL: http://svn.asterisk.org/svn-view/asterisk/team/group/data_api_gsoc2009/include/asterisk/data.h?view=diff&rev=210687&r1=210686&r2=210687
==============================================================================
--- team/group/data_api_gsoc2009/include/asterisk/data.h (original)
+++ team/group/data_api_gsoc2009/include/asterisk/data.h Wed Aug  5 15:44:57 2009
@@ -107,17 +107,17 @@
  * \endcode
  * node_name is the name of the nodes to retrieve and path is the path to the internal
  * nodes to retrieve (if needed).
- * 
+ *
  * After getting the node you where searching for, you will need to retrieve its value,
  * to do that you may use one of the ast_data_retrieve_##type functions:
  * \code
- * 	int a = ast_data_retrieve_int(tree, "path/to/the/node");
- * 	double b = ast_data_retrieve_dbl(tree, "path/to/the/node");
- * 	unsigned int c = ast_data_retrieve_bool(tree, "path/to/the/node");
- * 	char *d = ast_data_retrieve_string(tree, "path/to/the/node");
- * 	struct sockaddr_in e = ast_data_retrieve_ipaddr(tree, "path/to/the/node");
- * 	unsigned int f = ast_data_retrieve_uint(tree, "path/to/the/node");
- * 	void *g = ast_data_retrieve_ptr(tree, "path/to/the/node");
+ *	int a = ast_data_retrieve_int(tree, "path/to/the/node");
+ *	double b = ast_data_retrieve_dbl(tree, "path/to/the/node");
+ *	unsigned int c = ast_data_retrieve_bool(tree, "path/to/the/node");
+ *	char *d = ast_data_retrieve_string(tree, "path/to/the/node");
+ *	struct sockaddr_in e = ast_data_retrieve_ipaddr(tree, "path/to/the/node");
+ *	unsigned int f = ast_data_retrieve_uint(tree, "path/to/the/node");
+ *	void *g = ast_data_retrieve_ptr(tree, "path/to/the/node");
  * \endcode
  */
 




More information about the svn-commits mailing list