run gst-indent

This commit is contained in:
Joshua M. Doe
2017-09-26 12:48:06 -04:00
parent bbba3dae51
commit f0481289d8
5 changed files with 49 additions and 50 deletions

View File

@@ -454,7 +454,7 @@ gst_edt_pdv_src_create (GstPushSrc * psrc, GstBuffer ** buf)
src->total_timeouts = timeouts;
/* TODO: perhaps call twice as in take.c to be more robust */
pdv_timeout_restart(src->dev, TRUE);
pdv_timeout_restart (src->dev, TRUE);
}
/* TODO: use allocator */