Index: /branches/HTM-DEV-0.1-dev/source/App/TAppDecoder/TAppDecTop.cpp
===================================================================
--- /branches/HTM-DEV-0.1-dev/source/App/TAppDecoder/TAppDecTop.cpp	(revision 365)
+++ /branches/HTM-DEV-0.1-dev/source/App/TAppDecoder/TAppDecTop.cpp	(revision 366)
@@ -54,5 +54,4 @@
 
 TAppDecTop::TAppDecTop()
-
 #if !H_MV
 : m_iPOCLastDisplay(-MAX_INT)
Index: /branches/HTM-DEV-0.1-dev/source/App/TAppEncoder/TAppEncCfg.cpp
===================================================================
--- /branches/HTM-DEV-0.1-dev/source/App/TAppEncoder/TAppEncCfg.cpp	(revision 365)
+++ /branches/HTM-DEV-0.1-dev/source/App/TAppEncoder/TAppEncCfg.cpp	(revision 366)
@@ -1979,7 +1979,5 @@
   printf("Input          File          : %s\n", m_pchInputFile          );
 #endif
-
   printf("Bitstream      File          : %s\n", m_pchBitstreamFile      );
-
 #if H_MV
   for( Int layer = 0; layer < m_numberOfLayers; layer++)
@@ -1990,13 +1988,10 @@
   printf("Reconstruction File          : %s\n", m_pchReconFile          );
 #endif
-
 #if H_MV
  xPrintParaVector( "ViewId", m_viewId ); 
 #endif
-
 #if H_3D
  xPrintParaVector( "DepthFlag", m_depthFlag ); 
 #endif
-
 #if H_MV  
   xPrintParaVector( "QP"               , m_fQP                ); 
Index: /branches/HTM-DEV-0.1-dev/source/App/TAppEncoder/TAppEncTop.cpp
===================================================================
--- /branches/HTM-DEV-0.1-dev/source/App/TAppEncoder/TAppEncTop.cpp	(revision 365)
+++ /branches/HTM-DEV-0.1-dev/source/App/TAppEncoder/TAppEncTop.cpp	(revision 366)
@@ -183,5 +183,7 @@
   m_cTEncTop.setQP                           ( m_iQP );
 #endif
+
   m_cTEncTop.setPad                          ( m_aiPad );
+
 #if H_MV
   m_cTEncTop.setMaxTempLayer                 ( m_maxTempLayerMvc[layer] );
Index: /branches/HTM-DEV-0.1-dev/source/Lib/TLibCommon/TComSlice.cpp
===================================================================
--- /branches/HTM-DEV-0.1-dev/source/Lib/TLibCommon/TComSlice.cpp	(revision 365)
+++ /branches/HTM-DEV-0.1-dev/source/Lib/TLibCommon/TComSlice.cpp	(revision 366)
@@ -1543,5 +1543,4 @@
 }
 #endif
-
 // ------------------------------------------------------------------------------------------------
 // Sequence parameter set (SPS)
@@ -2143,5 +2142,4 @@
 }
 #endif
-
 /** get scaling matrix from RefMatrixID
  * \param sizeId size index
Index: /branches/HTM-DEV-0.1-dev/source/Lib/TLibCommon/TComSlice.h
===================================================================
--- /branches/HTM-DEV-0.1-dev/source/Lib/TLibCommon/TComSlice.h	(revision 365)
+++ /branches/HTM-DEV-0.1-dev/source/Lib/TLibCommon/TComSlice.h	(revision 366)
@@ -248,5 +248,4 @@
   ProfileTierLevel* getGeneralPTL()  { return &m_generalPTL; }
   ProfileTierLevel* getSubLayerPTL(Int i)  { return &m_subLayerPTL[i]; }
-
 #if H_MV
   Void copyLevelFrom( TComPTL* source );
@@ -536,5 +535,4 @@
 
 #endif
-
 public:
   TComVPS();
@@ -596,5 +594,4 @@
   TComPTL* getPTL() { return &m_pcPTL; }
 #endif
-
 #if SIGNAL_BITRATE_PICRATE_IN_VPS
   TComBitRatePicRateInfo *getBitratePicrateInfo() { return &m_bitRatePicRateInfo; }
@@ -1585,5 +1582,4 @@
   Void      setRefPicList       ( TComList<TComPic*>& rcListPic );
 #endif
-
 #endif
   Void      setRefPOCList       ();
Index: /branches/HTM-DEV-0.1-dev/source/Lib/TLibDecoder/TDecTop.h
===================================================================
--- /branches/HTM-DEV-0.1-dev/source/Lib/TLibDecoder/TDecTop.h	(revision 365)
+++ /branches/HTM-DEV-0.1-dev/source/Lib/TLibDecoder/TDecTop.h	(revision 366)
@@ -140,5 +140,4 @@
 #endif
   
-
 #if H_MV    
   TComPic*                getPic                ( Int poc );
@@ -156,5 +155,4 @@
 #endif
 #endif
-  
 protected:
   Void  xGetNewPicBuffer  (TComSlice* pcSlice, TComPic*& rpcPic);
Index: /branches/HTM-DEV-0.1-dev/source/Lib/TLibEncoder/TEncCavlc.cpp
===================================================================
--- /branches/HTM-DEV-0.1-dev/source/Lib/TLibEncoder/TEncCavlc.cpp	(revision 365)
+++ /branches/HTM-DEV-0.1-dev/source/Lib/TLibEncoder/TEncCavlc.cpp	(revision 366)
@@ -654,5 +654,4 @@
   }
 #endif
-
 #if H_MV
   WRITE_FLAG( 1,                                             "vps_extension_flag" );
Index: /branches/HTM-DEV-0.1-dev/source/Lib/TLibEncoder/TEncGOP.cpp
===================================================================
--- /branches/HTM-DEV-0.1-dev/source/Lib/TLibEncoder/TEncGOP.cpp	(revision 365)
+++ /branches/HTM-DEV-0.1-dev/source/Lib/TLibEncoder/TEncGOP.cpp	(revision 366)
@@ -358,5 +358,4 @@
 // Public member functions
 // ====================================================================================================================
-
 #if H_MV
 Void TEncGOP::initGOP( Int iPOCLast, Int iNumPicRcvd, TComList<TComPic*>& rcListPic, TComList<TComPicYuv*>& rcListPicYuvRecOut, std::list<AccessUnit>& accessUnitsInGOP)
@@ -366,5 +365,4 @@
 }
 #endif
-
 #if H_MV
 Void TEncGOP::compressPicInGOP( Int iPOCLast, Int iNumPicRcvd, TComList<TComPic*>& rcListPic, TComList<TComPicYuv*>& rcListPicYuvRecOut, std::list<AccessUnit>& accessUnitsInGOP, Int iGOPid)
@@ -1712,9 +1710,7 @@
       pcPic->compressMotion(); 
 #endif
-
 #if H_MV
       m_pocLastCoded = pcPic->getPOC();
 #endif
-
       //-- For time output for each slice
       Double dEncTime = (Double)(clock()-iBeforeTime) / CLOCKS_PER_SEC;
Index: /branches/HTM-DEV-0.1-dev/source/Lib/TLibEncoder/TEncTop.cpp
===================================================================
--- /branches/HTM-DEV-0.1-dev/source/Lib/TLibEncoder/TEncTop.cpp	(revision 365)
+++ /branches/HTM-DEV-0.1-dev/source/Lib/TLibEncoder/TEncTop.cpp	(revision 366)
@@ -1006,4 +1006,5 @@
   }
 #endif
+
 }
 
@@ -1119,5 +1120,4 @@
   }
 }
-
 #if H_MV
 Void TEncTop::printSummary( Int numAllPicCoded )
@@ -1182,4 +1182,3 @@
 }
 #endif
-
 //! \}
