Skip to content

Commit

Permalink
format
Browse files Browse the repository at this point in the history
  • Loading branch information
MaZderMind committed Oct 3, 2021
1 parent 8b4808f commit 7b15085
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions tests/elements/ebur128graph.c
Original file line number Diff line number Diff line change
Expand Up @@ -433,7 +433,6 @@ static void test_bool_property(const char *prop_name) {
g_object_get(element, prop_name, &read_back, NULL);
fail_unless(read_back == FALSE);


value = TRUE;
g_object_set(element, prop_name, value, NULL);
read_back = FALSE;
Expand Down Expand Up @@ -546,7 +545,6 @@ GST_END_TEST;
GST_START_TEST(test_peak_gauge_upper_limi) { test_double_property("peak_gauge_upper_limit", -25.75); }
GST_END_TEST;


static Suite *element_suite(void) {
Suite *s = suite_create("ebur128graph");

Expand Down

0 comments on commit 7b15085

Please sign in to comment.