]> git.ipfire.org Git - thirdparty/asterisk.git/commitdiff
Changed some tabs to spaces
authorMark Michelson <mmichelson@digium.com>
Wed, 29 Aug 2007 16:08:09 +0000 (16:08 +0000)
committerMark Michelson <mmichelson@digium.com>
Wed, 29 Aug 2007 16:08:09 +0000 (16:08 +0000)
git-svn-id: https://origsvn.digium.com/svn/asterisk/branches/1.4@81346 65c4cc65-6c06-0410-ace0-fbb531ad65f3

apps/app_queue.c

index 7d0f3a3cd2aa5557f6570fe0724761820916c5e1..8cb8056b9d58b43513a81d6398c6acc487c2b5c1 100644 (file)
@@ -318,7 +318,7 @@ struct member {
        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 */