From 8402196e3a24c2e9d98bfdbac380453a52113354 Mon Sep 17 00:00:00 2001
From: Martin Vignali <martin.vignali@gmail.com>
Date: Wed, 13 Dec 2017 11:54:13 +0100
Subject: [PATCH 3/3] avfilter/x86/vf_hflip : indent after previous commit

---
 libavfilter/x86/vf_hflip.asm | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/libavfilter/x86/vf_hflip.asm b/libavfilter/x86/vf_hflip.asm
index 6f7c8ff761..6823b7a800 100644
--- a/libavfilter/x86/vf_hflip.asm
+++ b/libavfilter/x86/vf_hflip.asm
@@ -33,7 +33,7 @@ SECTION .text
 %macro HFLIP 3
 cglobal hflip_%1, 3, 5, 3, src, dst, w, r, x
     VBROADCASTI128    m0, [pb_flip_%1]
-    xor     xq, xq
+    xor               xq, xq
 %if %3 == 1
     movsxdifnidn wq, wd
 %else ; short
-- 
2.11.0 (Apple Git-81)

