# HG changeset patch # User michael # Date 1253131608 0 # Node ID 78065d4a5ae13d9877ebde8f15826d7e92ff4612 # Parent 36d130853c9bc162382862b3a18aa082b37db72e Fix indention after last commit. diff -r 36d130853c9b -r 78065d4a5ae1 utils.c --- a/utils.c Wed Sep 16 20:04:04 2009 +0000 +++ b/utils.c Wed Sep 16 20:06:48 2009 +0000 @@ -2665,16 +2665,16 @@ if(*next_point){ if(compare(s, &s->packet_buffer_end->pkt, pkt)){ while(!compare(s, &(*next_point)->pkt, pkt)){ - next_point= &(*next_point)->next; - } + next_point= &(*next_point)->next; + } goto next_non_null; - }else{ - next_point = &(s->packet_buffer_end->next); + }else{ + next_point = &(s->packet_buffer_end->next); } } - assert(!*next_point); - - s->packet_buffer_end= this_pktl; + assert(!*next_point); + + s->packet_buffer_end= this_pktl; next_non_null: this_pktl->next= *next_point;