From 5979b27764924f81abc4edb53394f8b6804b12bf Mon Sep 17 00:00:00 2001 From: Adarsh Krishnan Ramasubramonian <aramasub@qti.qualcomm.com> Date: Mon, 22 Jul 2019 18:55:13 +0100 Subject: [PATCH] Remove unnecessary whitespace changes --- source/Lib/CommonLib/IntraPrediction.h | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/source/Lib/CommonLib/IntraPrediction.h b/source/Lib/CommonLib/IntraPrediction.h index 885ced6fea..2d29ec29b1 100644 --- a/source/Lib/CommonLib/IntraPrediction.h +++ b/source/Lib/CommonLib/IntraPrediction.h @@ -113,7 +113,7 @@ protected: int m_leftRefLength; // prediction void xPredIntraPlanar ( const CPelBuf &pSrc, PelBuf &pDst ); - void xPredIntraDc(const CPelBuf &pSrc, PelBuf &pDst, const ChannelType channelType, const bool enableBoundaryFilter = true); + void xPredIntraDc ( const CPelBuf &pSrc, PelBuf &pDst, const ChannelType channelType, const bool enableBoundaryFilter = true ); void xPredIntraAng ( const CPelBuf &pSrc, PelBuf &pDst, const ChannelType channelType, const ClpRng& clpRng); void initPredIntraParams ( const PredictionUnit & pu, const CompArea compArea, const SPS& sps ); @@ -121,7 +121,7 @@ protected: static bool isIntegerSlope(const int absAng) { return (0 == (absAng & 0x1F)); } void xPredIntraBDPCM ( const CPelBuf &pSrc, PelBuf &pDst, const uint32_t dirMode, const ClpRng& clpRng ); - Pel xGetPredValDc(const CPelBuf &pSrc, const Size &dstSize); + Pel xGetPredValDc ( const CPelBuf &pSrc, const Size &dstSize ); void xFillReferenceSamples ( const CPelBuf &recoBuf, Pel* refBufUnfiltered, const CompArea &area, const CodingUnit &cu ); void xFilterReferenceSamples ( const Pel* refBufUnfiltered, Pel* refBufFiltered, const CompArea &area, const SPS &sps -- GitLab