mirror of
https://gitlab.freedesktop.org/gstreamer/gstreamer.git
synced 2025-02-02 20:42:30 +00:00
tests: Fix indentation
This commit is contained in:
parent
5ce5433152
commit
83fe624025
1 changed files with 1 additions and 2 deletions
|
@ -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,
|
||||
|
|
Loading…
Reference in a new issue