changeset 5211:78065d4a5ae1 libavformat

Fix indention after last commit.
author michael
date Wed, 16 Sep 2009 20:06:48 +0000
parents 36d130853c9b
children 716e143af3c0
files utils.c
diffstat 1 files changed, 7 insertions(+), 7 deletions(-) [+]
line wrap: on
line diff
--- 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;