From bfb33e09a9b5428943c37f002566cf625f5d52f8 Mon Sep 17 00:00:00 2001 From: =?utf8?q?Tim-Philipp=20M=C3=BCller?= Date: Sun, 25 Sep 2011 15:24:56 +0100 Subject: [PATCH] typefindfunctions: fix indentation --- gst/typefind/gsttypefindfunctions.c | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/gst/typefind/gsttypefindfunctions.c b/gst/typefind/gsttypefindfunctions.c index 62d3984..a5eb132 100644 --- a/gst/typefind/gsttypefindfunctions.c +++ b/gst/typefind/gsttypefindfunctions.c @@ -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; -- 2.7.4