From 58fcfd8721feca42fe46dd1cc96d464b22511dea Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Sebastian=20Dr=C3=B6ge?= Date: Thu, 4 May 2023 00:15:33 +0300 Subject: [PATCH] gstreamer: ptpclock: Remove unnecessary empty line Part-of: --- subprojects/gstreamer/libs/gst/net/gstptpclock.c | 1 - 1 file changed, 1 deletion(-) diff --git a/subprojects/gstreamer/libs/gst/net/gstptpclock.c b/subprojects/gstreamer/libs/gst/net/gstptpclock.c index daf570830a..dd6779c416 100644 --- a/subprojects/gstreamer/libs/gst/net/gstptpclock.c +++ b/subprojects/gstreamer/libs/gst/net/gstptpclock.c @@ -2268,7 +2268,6 @@ gst_ptp_init (guint64 clock_id, gchar ** interfaces) argv = g_new0 (gchar *, argc + 2); argc_c = 0; - /* Find the gst-ptp-helper */ env = g_getenv ("GST_PTP_HELPER_1_0"); if (!env)