tests: Fix indentation
authorEdward Hervey <bilboed@bilboed.com>
Sun, 22 Feb 2009 12:43:35 +0000 (13:43 +0100)
committerEdward Hervey <bilboed@bilboed.com>
Sun, 22 Feb 2009 12:43:35 +0000 (13:43 +0100)
tests/check/libs/rtp.c

index 4f87f49..b523409 100644 (file)
@@ -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,