From: Imre Deak Date: Wed, 31 Mar 2010 16:40:42 +0000 (+0300) Subject: gpu: pvr: fix indent error X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=20205ceb06756c220138221deae6cb42d069a2d3;p=sgx.git gpu: pvr: fix indent error Signed-off-by: Imre Deak --- diff --git a/pvr/omaplfb_displayclass.c b/pvr/omaplfb_displayclass.c index a3bcc96..c33b83a 100644 --- a/pvr/omaplfb_displayclass.c +++ b/pvr/omaplfb_displayclass.c @@ -497,7 +497,7 @@ static IMG_BOOL ProcessFlip(void *hCmdCookie, u32 ui32DataSize, void *pvData) psBuffer = (struct OMAPLFB_BUFFER *)psFlipCmd->hExtBuffer; psSwapChain = (struct OMAPLFB_SWAPCHAIN *)psFlipCmd->hExtSwapChain; - psSwapChain->psPVRJTable->pfnPVRSRVCmdComplete(hCmdCookie, IMG_TRUE); + psSwapChain->psPVRJTable->pfnPVRSRVCmdComplete(hCmdCookie, IMG_TRUE); return IMG_TRUE; }