From 95c347087f2889445ecea305e476beb0384cb33c Mon Sep 17 00:00:00 2001
From: Thomas Guillem <thomas@gllm.fr>
Date: Fri, 24 Nov 2017 09:05:25 +0100
Subject: [PATCH] codec: videotoolbox: fix indent

---
 modules/codec/videotoolbox.m | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/modules/codec/videotoolbox.m b/modules/codec/videotoolbox.m
index d1600aa5cbac..6322c4960111 100644
--- a/modules/codec/videotoolbox.m
+++ b/modules/codec/videotoolbox.m
@@ -366,7 +366,7 @@ static bool CodecSupportedH264(decoder_t *p_dec)
 
     uint8_t i_profile, i_level;
     if (hxxx_helper_get_current_profile_level(&p_sys->hh, &i_profile, &i_level))
-	return true;
+        return true;
 
     switch (i_profile) {
         case PROFILE_H264_BASELINE:
-- 
GitLab