From 0122a9d1b6cf3cfc6b4091df8809efeeeb544958 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Sebastian=20Dr=C3=B6ge?= Date: Mon, 29 Dec 2014 11:49:42 +0100 Subject: [PATCH] decklink: Fix indention --- sys/decklink/gstdecklink.cpp | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/sys/decklink/gstdecklink.cpp b/sys/decklink/gstdecklink.cpp index 3f3b0a77d9..2df2812013 100644 --- a/sys/decklink/gstdecklink.cpp +++ b/sys/decklink/gstdecklink.cpp @@ -235,7 +235,7 @@ struct _GstDecklinkClockClass }; GType gst_decklink_clock_get_type (void); -static GstClock * gst_decklink_clock_new (const gchar * name); +static GstClock *gst_decklink_clock_new (const gchar * name); typedef struct _Device Device; struct _Device @@ -434,7 +434,8 @@ init_devices (gpointer data) GST_WARNING ("selected device does not have output interface"); } else { devices[i].output.device = decklink; - devices[i].output.clock = gst_decklink_clock_new ("GstDecklinkOutputClock"); + devices[i].output.clock = + gst_decklink_clock_new ("GstDecklinkOutputClock"); GST_DECKLINK_CLOCK_CAST (devices[i].output.clock)->output = devices[i].output.output; }