[FFmpeg-cvslog] avfilter/af_afir: remove extra space in the header inclusion guards

James Almer git at videolan.org
Wed May 10 05:08:17 EEST 2017


ffmpeg | branch: master | James Almer <jamrial at gmail.com> | Tue May  9 23:07:26 2017 -0300| [984e2218f2a0e96b8180cddf7a805d07908eb8fb] | committer: James Almer

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

Fixes fate-source.

> http://git.videolan.org/gitweb.cgi/ffmpeg.git/?a=commit;h=984e2218f2a0e96b8180cddf7a805d07908eb8fb
---

 libavfilter/af_afir.h | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/libavfilter/af_afir.h b/libavfilter/af_afir.h
index 7414f5438e..aaeb66536f 100644
--- a/libavfilter/af_afir.h
+++ b/libavfilter/af_afir.h
@@ -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"



More information about the ffmpeg-cvslog mailing list