From a6d9f0edce07194f551db4c38bb427fbf7d550cf Mon Sep 17 00:00:00 2001 From: Lei Zhang Date: Sat, 13 Jun 2015 00:48:38 -0700 Subject: Remove trailing whitespaces in fpdfsdk, XFA edition. Review URL: https://codereview.chromium.org/1185843005. --- fpdfsdk/src/fsdk_mgr.cpp | 24 ++++++++++++------------ 1 file changed, 12 insertions(+), 12 deletions(-) (limited to 'fpdfsdk/src/fsdk_mgr.cpp') diff --git a/fpdfsdk/src/fsdk_mgr.cpp b/fpdfsdk/src/fsdk_mgr.cpp index 46c0ff7e02..3eb3c9dd9b 100644 --- a/fpdfsdk/src/fsdk_mgr.cpp +++ b/fpdfsdk/src/fsdk_mgr.cpp @@ -493,9 +493,9 @@ FX_BOOL CPDFSDK_Document::SetFocusAnnot(CPDFSDK_Annot* pAnnot,FX_UINT nFlag) { if(m_pFocusAnnot==pAnnot) return TRUE; - + CPDFSDK_Annot* pLastFocusAnnot = m_pFocusAnnot; - + if(m_pFocusAnnot) { if(!KillFocusAnnot(nFlag) ) return FALSE; @@ -664,9 +664,9 @@ void CPDFSDK_PageView::PageView_OnDraw(CFX_RenderDevice* pDevice, CPDF_Matrix* p static_cast(pClip->Width()), static_cast(pClip->Height())); gs.SetClipRect(rectClip); - } + } IXFA_RenderContext* pRenderContext = XFA_RenderContext_Create(); - if (!pRenderContext) + if (!pRenderContext) return; CXFA_RenderOptions renderOptions; renderOptions.m_bHighlight = TRUE; @@ -754,7 +754,7 @@ CPDFSDK_Annot* CPDFSDK_PageView::GetFXWidgetAtPoint(FX_FLOAT pageX, FX_FLOAT pag while(pSDKAnnot) { if(pSDKAnnot->GetType() == "Widget" || pSDKAnnot->GetType() == FSDK_XFAWIDGET_TYPENAME) - { + { pAnnotMgr->Annot_OnGetViewBBox(this, pSDKAnnot); CPDF_Point point(pageX, pageY); if (pAnnotMgr->Annot_OnHitTest(this, pSDKAnnot, point)) @@ -811,7 +811,7 @@ CPDFSDK_Annot* CPDFSDK_PageView::AddAnnot(IXFA_Widget* pPDFAnnot) CPDFDoc_Environment* pEnv = m_pSDKDoc->GetEnv(); ASSERT(pEnv); - CPDFSDK_AnnotHandlerMgr * pAnnotHandler= pEnv->GetAnnotHandlerMgr(); + CPDFSDK_AnnotHandlerMgr * pAnnotHandler= pEnv->GetAnnotHandlerMgr(); pSDKAnnot =NULL; @@ -819,10 +819,10 @@ CPDFSDK_Annot* CPDFSDK_PageView::AddAnnot(IXFA_Widget* pPDFAnnot) { pSDKAnnot = pAnnotHandler->NewAnnot(pPDFAnnot, this); } - if(!pSDKAnnot) + if(!pSDKAnnot) return NULL; - m_fxAnnotArray.Add(pSDKAnnot); + m_fxAnnotArray.Add(pSDKAnnot); return pSDKAnnot; } @@ -850,7 +850,7 @@ FX_BOOL CPDFSDK_PageView::DeleteAnnot(CPDFSDK_Annot* pAnnot) if (m_CaptureWidget == pAnnot) m_CaptureWidget = NULL; - return TRUE; + return TRUE; } CPDF_Document* CPDFSDK_PageView::GetPDFDocument() @@ -1128,7 +1128,7 @@ void CPDFSDK_PageView::LoadFXAnnots() continue; } m_fxAnnotArray.Add(pAnnot); - + pAnnotHandlerMgr->Annot_OnLoad(pAnnot); pXFAAnnot = pWidgetHander->MoveToNext(); @@ -1136,8 +1136,8 @@ void CPDFSDK_PageView::LoadFXAnnots() } pWidgetHander->Release(); - } - else + } + else { CPDF_Page* pPage = m_page->GetPDFPage(); ASSERT(pPage != NULL); -- cgit v1.2.3