[asterisk-commits] eliel: branch group/data_api_gsoc2009 r253707 - /team/group/data_api_gsoc2009...
SVN commits to the Asterisk project
asterisk-commits at lists.digium.com
Sun Mar 21 17:29:45 CDT 2010
Author: eliel
Date: Sun Mar 21 17:29:41 2010
New Revision: 253707
URL: http://svnview.digium.com/svn/asterisk?view=rev&rev=253707
Log:
Remove white spaces that where put by error on this branch...
Modified:
team/group/data_api_gsoc2009/apps/app_queue.c
Modified: team/group/data_api_gsoc2009/apps/app_queue.c
URL: http://svnview.digium.com/svn/asterisk/team/group/data_api_gsoc2009/apps/app_queue.c?view=diff&rev=253707&r1=253706&r2=253707
==============================================================================
--- team/group/data_api_gsoc2009/apps/app_queue.c (original)
+++ team/group/data_api_gsoc2009/apps/app_queue.c Sun Mar 21 17:29:41 2010
@@ -6548,7 +6548,7 @@
if (argc != 2 && argc != 3)
return CLI_SHOWUSAGE;
- if (argc == 3) { /* specific queue */
+ if (argc == 3) { /* specific queue */
if ((q = load_realtime_queue(argv[2]))) {
queue_t_unref(q, "Done with temporary pointer");
}
@@ -6648,7 +6648,7 @@
do_print(s, fd, ast_str_buffer(out));
}
}
- do_print(s, fd, ""); /* blank line between entries */
+ do_print(s, fd, ""); /* blank line between entries */
ao2_unlock(q);
queue_t_unref(q, "Done with iterator"); /* Unref the iterator's reference */
}
More information about the asterisk-commits
mailing list