tRemoved unneeded whitespace. - ratox - FIFO based tox client
 (DIR) Log
 (DIR) Files
 (DIR) Refs
 (DIR) README
 (DIR) LICENSE
       ---
 (DIR) commit 4f2504f2bdce7432af3d154a5209002ed34c145e
 (DIR) parent 3bbc5caada98363ac34b9c1ead5f73f608ddd69e
 (HTM) Author: pranomostro <pranomestro@gmail.com>
       Date:   Fri, 13 Jan 2017 12:15:46 +0100
       
       Removed unneeded whitespace.
       
       Diffstat:
         M ratox.c                             |       2 --
       
       1 file changed, 0 insertions(+), 2 deletions(-)
       ---
 (DIR) diff --git a/ratox.c b/ratox.c
       t@@ -49,7 +49,6 @@ const char *callerr[] = {
                [TOXAV_ERR_SEND_FRAME_RTP_FAILED]            = "Failed to push frame through rtp interface"
        };
        
       -
        struct node {
                char    *addr4;
                char    *addr6;
       t@@ -1675,7 +1674,6 @@ loop(void)
                                if (f->av.state == TRANSMITTING)
                                        cancelcall(f, "Hung up");
        
       -
                                if (f->av.state & RINGING) {
                                        if (f->av.state & OUTGOING) {
                                                c1 = time(NULL);