From 5722a0b232d2a1b2a77e06e190c607f2a0dd99f3 Mon Sep 17 00:00:00 2001
From: "U-EU\\bray" <bray@BRAY.eu.qualcomm.com>
Date: Wed, 31 Jul 2019 17:19:22 +0200
Subject: [PATCH] Indentation fixed

---
 source/Lib/CommonLib/UnitTools.cpp | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/source/Lib/CommonLib/UnitTools.cpp b/source/Lib/CommonLib/UnitTools.cpp
index 4e52f199af..f38312765a 100755
--- a/source/Lib/CommonLib/UnitTools.cpp
+++ b/source/Lib/CommonLib/UnitTools.cpp
@@ -804,8 +804,8 @@ int PU::getLMSymbolList(const PredictionUnit &pu, int *modeList)
 {
   int idx = 0;
 
-  modeList[ idx++ ] = LM_CHROMA_IDX;
-    modeList[ idx++ ] = -1;
+  modeList[idx++] = LM_CHROMA_IDX;
+  modeList[idx++] = -1;
   modeList[idx++] = MDLM_L_IDX;
   modeList[idx++] = MDLM_T_IDX;
   return idx;
-- 
GitLab