OSDN Git Service

avfilter/af_afir: remove extra space in the header inclusion guards
authorJames Almer <jamrial@gmail.com>
Wed, 10 May 2017 02:07:26 +0000 (23:07 -0300)
committerJames Almer <jamrial@gmail.com>
Wed, 10 May 2017 02:08:00 +0000 (23:08 -0300)
Fixes fate-source.

libavfilter/af_afir.h

index 7414f54..aaeb665 100644 (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"