diff --git a/source/Lib/DecoderLib/VLCReader.cpp b/source/Lib/DecoderLib/VLCReader.cpp
index 5656e019eb697a2d1185c3b63525974e034b5c46..cac9bd06afe6e482f3bb18be0010edb6e13913ad 100644
--- a/source/Lib/DecoderLib/VLCReader.cpp
+++ b/source/Lib/DecoderLib/VLCReader.cpp
@@ -2472,7 +2472,7 @@ void HLSyntaxReader::parseVPS(VPS* pcVPS)
   while (m_pcBitstream->getNumBitsUntilByteAligned())
   {
 #if JVET_S0138_GCI_PTL
-  READ_FLAG( uiCode, "vps_ptl_reserved_zero_bit");
+    READ_FLAG( uiCode, "vps_ptl_reserved_zero_bit");
 #else
     READ_FLAG( uiCode, "vps_ptl_alignment_zero_bit");
 #endif