cosmetics: Remove extra newlines at EOF

This commit is contained in:
Alex Converse
2012-01-27 10:36:35 -08:00
parent e771e6dd63
commit 7181c4edee
91 changed files with 0 additions and 92 deletions

View File

@@ -297,4 +297,3 @@ AVFilterBufferRef *avfilter_null_get_audio_buffer(AVFilterLink *link, int perms,
return avfilter_get_audio_buffer(link->dst->outputs[0], perms, sample_fmt,
size, channel_layout, packed);
}

View File

@@ -181,4 +181,3 @@ void avfilter_formats_changeref(AVFilterFormats **oldref,
*oldref = NULL;
}
}

View File

@@ -143,4 +143,3 @@ AVFilter avfilter_vf_setsar = {
{ .name = NULL}},
};
#endif /* CONFIG_SETSAR_FILTER */

View File

@@ -144,4 +144,3 @@ AVFilter avfilter_vf_noformat = {
{ .name = NULL}},
};
#endif /* CONFIG_NOFORMAT_FILTER */