summaryrefslogtreecommitdiff
path: root/gst
diff options
context:
space:
mode:
authorLuis de Bethencourt <luis@debethencourt.com>2014-05-06 09:55:05 -0400
committerLuis de Bethencourt <luis@debethencourt.com>2014-05-06 10:00:28 -0400
commitbf1997fe89e135ca6c761736278a49de908e5b2a (patch)
treed277f022437adaf55d43f4ebbe5370ebf5b75c78 /gst
parentf9a4d559ebfc25449e267da54f640510517ff501 (diff)
downloadgstreamer-plugins-bad-bf1997fe89e135ca6c761736278a49de908e5b2a.tar.gz
pnmenc: remove empty line
Remove trailing empty line from commit bfdc54395238c04fc6e5b51880c2d706f33e9011 https://bugzilla.gnome.org/show_bug.cgi?id=729614
Diffstat (limited to 'gst')
-rw-r--r--gst/pnm/gstpnmenc.c1
1 files changed, 0 insertions, 1 deletions
diff --git a/gst/pnm/gstpnmenc.c b/gst/pnm/gstpnmenc.c
index 9c908a451..dc09c6fc4 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;