diff --git a/source/Lib/CommonLib/InterPrediction.cpp b/source/Lib/CommonLib/InterPrediction.cpp
index 5b0865129e52b7db6d6ae2b124b3510f4830183f..7d472ce3cfe4dbd24e121ab845e37c6f61db8dd9 100644
--- a/source/Lib/CommonLib/InterPrediction.cpp
+++ b/source/Lib/CommonLib/InterPrediction.cpp
@@ -1232,13 +1232,16 @@ void InterPrediction::motionCompensation( PredictionUnit &pu, PelUnitBuf &predBu
         }
       }
 
-      if (bioApplied && pu.cu->smvdMode) {
+      if (bioApplied && pu.cu->smvdMode) 
+	  {
         bioApplied = false;
       }
-      if (pu.cu->cs->sps->getUseGBi() && bioApplied && pu.cu->GBiIdx != GBI_DEFAULT) {
+      if (pu.cu->cs->sps->getUseGBi() && bioApplied && pu.cu->GBiIdx != GBI_DEFAULT) 
+	  {
         bioApplied = false;
       }
-      if (pu.mmvdEncOptMode == 2 && pu.mmvdMergeFlag) {
+      if (pu.mmvdEncOptMode == 2 && pu.mmvdMergeFlag) 
+	  {
         bioApplied = false;
       }
     }