[asterisk-commits] mmichelson: branch 1.4 r81346 - /branches/1.4/apps/app_queue.c

SVN commits to the Asterisk project asterisk-commits at lists.digium.com
Wed Aug 29 11:08:09 CDT 2007


Author: mmichelson
Date: Wed Aug 29 11:08:09 2007
New Revision: 81346

URL: http://svn.digium.com/view/asterisk?view=rev&rev=81346
Log:
Changed some tabs to spaces


Modified:
    branches/1.4/apps/app_queue.c

Modified: branches/1.4/apps/app_queue.c
URL: http://svn.digium.com/view/asterisk/branches/1.4/apps/app_queue.c?view=diff&rev=81346&r1=81345&r2=81346
==============================================================================
--- branches/1.4/apps/app_queue.c (original)
+++ branches/1.4/apps/app_queue.c Wed Aug 29 11:08:09 2007
@@ -318,7 +318,7 @@
 	int penalty;                        /*!< Are we a last resort? */
 	int calls;                          /*!< Number of calls serviced by this member */
 	int dynamic;                        /*!< Are we dynamically added? */
-	int realtime;						/*!< Is this member realtime? */
+	int realtime;                       /*!< Is this member realtime? */
 	int status;                         /*!< Status of queue member */
 	int paused;                         /*!< Are we paused (not accepting calls)? */
 	time_t lastcall;                    /*!< When last successful call was hungup */




More information about the asterisk-commits mailing list