ref: c618b44b9ef58ec309bed88ff2714418ffd5da6f
parent: c134aa753adb89a26691d85ce306a8c17e7c7f77
author: Martin Storsjö <martin@martin.st>
date: Wed Jun 3 09:13:14 EDT 2015
Remove tabs from the end of lines like ") {"
--- a/codec/encoder/core/src/ref_list_mgr_svc.cpp
+++ b/codec/encoder/core/src/ref_list_mgr_svc.cpp
@@ -166,7 +166,7 @@
pLongRefList[i]->SetUnref();
DeleteLTRFromLongList (pCtx, i);
pLtr->bLTRMarkEnable = true;
- if (pRefList->uiLongRefCount == 0) {
+ if (pRefList->uiLongRefCount == 0) {
pCtx->bEncCurFrmAsIdrFlag = true;
}
} else if (CompareFrameNum (pLongRefList[i]->iMarkFrameNum , pLtr->iLastCorFrameNumDec ,
@@ -179,7 +179,7 @@
pLongRefList[i]->SetUnref();
DeleteLTRFromLongList (pCtx, i);
pLtr->bLTRMarkEnable = true;
- if (pRefList->uiLongRefCount == 0) {
+ if (pRefList->uiLongRefCount == 0) {
pCtx->bEncCurFrmAsIdrFlag = true;
}
}