[asterisk-commits] eliel: branch group/data_api_gsoc2009 r211035 - /team/group/data_api_gsoc2009...
SVN commits to the Asterisk project
asterisk-commits at lists.digium.com
Fri Aug 7 11:37:46 CDT 2009
Author: eliel
Date: Fri Aug 7 11:37:42 2009
New Revision: 211035
URL: http://svn.asterisk.org/svn-view/asterisk?view=rev&rev=211035
Log:
Remove trailing whitespaces.
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=211035&r1=211034&r2=211035
==============================================================================
--- team/group/data_api_gsoc2009/include/asterisk/data.h (original)
+++ team/group/data_api_gsoc2009/include/asterisk/data.h Fri Aug 7 11:37:42 2009
@@ -86,10 +86,10 @@
* \code
* #include <data.h>
*
- * struct test_structure {
- * int a;
- * double b;
- * };
+ * struct test_structure {
+ * int a;
+ * double b;
+ * };
*
* DATA_EXPORT_TEST_STRUCTURE(MEMBER) \
* MEMBER(test_structure, a, AST_DATA_INTEGER) \
More information about the asterisk-commits
mailing list