diff --git a/source/Lib/CommonLib/IntraPrediction.cpp b/source/Lib/CommonLib/IntraPrediction.cpp
index 0db9b836da2a85f539e8c49dc1bd607b75b4b478..a9adee85ef235d269fb14002e6e952085a797776 100644
--- a/source/Lib/CommonLib/IntraPrediction.cpp
+++ b/source/Lib/CommonLib/IntraPrediction.cpp
@@ -1389,7 +1389,7 @@ void IntraPrediction::xGetLumaRecPixels(const PredictionUnit &pu, CompArea chrom
   Pel const* piSrc = nullptr;
 
 #if JVET_L0136_L0085_LM_RESTRICTED_LINEBUFFER
-  bool bIsFirstRowOfCtu = ((pu.block(COMPONENT_Cb).y)&(((pu.cs->sps)->getMaxCUWidth() >> 1) - 1)) == 0;
+  bool IsFirstRowOfCtu = ((pu.block(COMPONENT_Cb).y)&(((pu.cs->sps)->getMaxCUWidth() >> 1) - 1)) == 0;
 #endif
 
   if( bAboveAvaillable )
@@ -1410,7 +1410,7 @@ void IntraPrediction::xGetLumaRecPixels(const PredictionUnit &pu, CompArea chrom
 #endif
     {
 #if JVET_L0136_L0085_LM_RESTRICTED_LINEBUFFER
-      if (bIsFirstRowOfCtu)
+      if (IsFirstRowOfCtu)
       {
         piSrc = pRecSrc0 - iRecStride;