From 83fe624025f1ff7e6c81ad1f5e297d26099c3812 Mon Sep 17 00:00:00 2001 From: Edward Hervey Date: Sun, 22 Feb 2009 13:43:35 +0100 Subject: [PATCH] tests: Fix indentation --- tests/check/libs/rtp.c | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/tests/check/libs/rtp.c b/tests/check/libs/rtp.c index 4f87f49..b523409 100644 --- a/tests/check/libs/rtp.c +++ b/tests/check/libs/rtp.c @@ -135,8 +135,7 @@ GST_END_TEST; GST_START_TEST (test_rtp_buffer_validate_corrupt) { GstBuffer *buf; - guint8 corrupt_rtp_packet[58] = - { + guint8 corrupt_rtp_packet[58] = { 0x90, 0x7a, 0xbf, 0x28, 0x3a, 0x8a, 0x0a, 0xf4, 0x69, 0x6b, 0x76, 0xc0, 0x21, 0xe0, 0xe0, 0x60, 0x81, 0x10, 0x84, 0x30, 0x21, 0x52, 0x06, 0xc2, 0xb8, 0x30, 0x10, 0x4c, 0x08, 0x62, 0x67, 0xc2, 0x6e, 0x1a, 0x53, 0x3f, -- 2.7.4