From 78128bddda4bcea1f256fc13cc33fa2652ed277c Mon Sep 17 00:00:00 2001 From: wm4 Date: Sun, 13 Apr 2014 18:00:51 +0200 Subject: Kill all tabs I hate tabs. This replaces all tabs in all source files with spaces. The only exception is old-makefile. The replacement was made by running the GNU coreutils "expand" command on every file. Since the replacement was automatic, it's possible that some formatting was destroyed (but perhaps only if it was assuming that the end of a tab does not correspond to aligning the end to multiples of 8 spaces). --- video/filter/vf_noformat.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'video/filter/vf_noformat.c') diff --git a/video/filter/vf_noformat.c b/video/filter/vf_noformat.c index 1529cfadfc..504b6a0296 100644 --- a/video/filter/vf_noformat.c +++ b/video/filter/vf_noformat.c @@ -40,7 +40,7 @@ static struct vf_priv_s { static int query_format(struct vf_instance *vf, unsigned int fmt){ if(fmt!=vf->priv->fmt) - return vf_next_query_format(vf,fmt); + return vf_next_query_format(vf,fmt); return 0; } -- cgit v1.2.3