Cleanup whitespaces.

svn path=/trunk/; revision=29698
This commit is contained in:
Michael Tüxen 2009-09-04 13:23:51 +00:00
parent 471111ffc6
commit 798b1ecdb2
1 changed files with 10 additions and 10 deletions

View File

@ -267,7 +267,7 @@ static void draw_sack_graph(struct sctp_udata *u_data)
if (dup_nr > 0)
{
dup_list = (guint32 *)(((char *)&sack_header->nr_of_dups)+sizeof(guint16)+(nr*sizeof(struct gaps)));
for(i = 0; i < dup_nr; i++)
for (i = 0; i < dup_nr; i++)
{
dup = g_ntohl(dup_list[i]);
if (dup >= min_tsn)