pnmenc: remove empty line

Remove trailing empty line from commit bfdc543952

https://bugzilla.gnome.org/show_bug.cgi?id=729614
This commit is contained in:
Luis de Bethencourt 2014-05-06 09:55:05 -04:00
parent f9a4d559eb
commit bf1997fe89

View file

@ -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;