typefindfunctions: fix indentation
authorTim-Philipp Müller <tim.muller@collabora.co.uk>
Sun, 25 Sep 2011 14:24:56 +0000 (15:24 +0100)
committerTim-Philipp Müller <tim.muller@collabora.co.uk>
Sun, 25 Sep 2011 14:33:35 +0000 (15:33 +0100)
gst/typefind/gsttypefindfunctions.c

index 62d3984..a5eb132 100644 (file)
@@ -4103,7 +4103,7 @@ degas_type_find (GstTypeFind * tf, gpointer private)
     if (resolution <= 2) {
       data = gst_type_find_peek (tf, len - 16, 8);
       if (G_UNLIKELY (data == NULL))
-       return;
+        return;
       for (n = 0; n < 4; n++) {
         if (GST_READ_UINT16_BE (data + n * 2) > 2)
           return;
@@ -4117,7 +4117,7 @@ degas_type_find (GstTypeFind * tf, gpointer private)
     if ((resolution & 0x8000) && (resolution & 0x7fff) <= 2) {
       data = gst_type_find_peek (tf, len - 16, 8);
       if (G_UNLIKELY (data == NULL))
-       return;
+        return;
       for (n = 0; n < 4; n++) {
         if (GST_READ_UINT16_BE (data + n * 2) > 2)
           return;