[asterisk-commits] eliel: branch group/data_api_gsoc2009 r212066 - /team/group/data_api_gsoc2009...
SVN commits to the Asterisk project
asterisk-commits at lists.digium.com
Thu Aug 13 08:31:12 CDT 2009
Author: eliel
Date: Thu Aug 13 08:31:08 2009
New Revision: 212066
URL: http://svn.asterisk.org/svn-view/asterisk?view=rev&rev=212066
Log:
remove trailing white spaces.
Modified:
team/group/data_api_gsoc2009/main/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=212066&r1=212065&r2=212066
==============================================================================
--- team/group/data_api_gsoc2009/main/data.c (original)
+++ team/group/data_api_gsoc2009/main/data.c Thu Aug 13 08:31:08 2009
@@ -1421,7 +1421,7 @@
if (strchr(res->name, '*')) {
globname = ast_strdupa(res->name);
-
+
while ((token = strsep(&globname, "*"))) {
globfilter = data_filter_alloc(token);
AST_LIST_INSERT_TAIL(&(res->glob_list), globfilter, list);
More information about the asterisk-commits
mailing list