avfilter/af_afir: remove extra space in the header inclusion guards

Fixes fate-source.
This commit is contained in:
James Almer 2017-05-09 23:07:26 -03:00
parent ae6fd1790f
commit 984e2218f2
1 changed files with 2 additions and 2 deletions

View File

@ -18,8 +18,8 @@
* Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA
*/
#ifndef AVFILTER_AFIR_H
#define AVFILTER_AFIR_H
#ifndef AVFILTER_AFIR_H
#define AVFILTER_AFIR_H
#include "libavutil/audio_fifo.h"
#include "libavutil/common.h"