From 3c3ead27846fb9550127a2aa80489dd7b9e0b0ff Mon Sep 17 00:00:00 2001 From: Demi Marie Obenour Date: Tue, 8 Jul 2025 19:42:05 -0400 Subject: [PATCH] gst: whitespace fix No functional change. --- src/gst/gstpipewireformat.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/gst/gstpipewireformat.c b/src/gst/gstpipewireformat.c index 0640acc64..20b93065a 100644 --- a/src/gst/gstpipewireformat.c +++ b/src/gst/gstpipewireformat.c @@ -1305,7 +1305,7 @@ gst_caps_from_format (const struct spa_pod *format) "alignment", G_TYPE_STRING, "au", NULL); } else { - return NULL; + return NULL; } if ((prop = spa_pod_object_find_prop (obj, prop, SPA_FORMAT_VIDEO_size))) { handle_rect_prop (prop, "width", "height", res);