From bf1997fe89e135ca6c761736278a49de908e5b2a Mon Sep 17 00:00:00 2001 From: Luis de Bethencourt Date: Tue, 6 May 2014 09:55:05 -0400 Subject: [PATCH] pnmenc: remove empty line Remove trailing empty line from commit bfdc54395238c04fc6e5b51880c2d706f33e9011 https://bugzilla.gnome.org/show_bug.cgi?id=729614 --- gst/pnm/gstpnmenc.c | 1 - 1 file changed, 1 deletion(-) diff --git a/gst/pnm/gstpnmenc.c b/gst/pnm/gstpnmenc.c index 9c908a4514..dc09c6fc49 100644 --- a/gst/pnm/gstpnmenc.c +++ b/gst/pnm/gstpnmenc.c @@ -111,7 +111,6 @@ gst_pnmenc_chain (GstPad * pad, GstObject * parent, GstBuffer * buf) gchar *header; GstBuffer *out; - if (s->info.width == 0 || s->info.height == 0 || s->info.fields == 0) goto not_negotiated;