gpu: pvr: fix indent error
authorImre Deak <imre.deak@nokia.com>
Wed, 31 Mar 2010 16:40:42 +0000 (19:40 +0300)
committerGrazvydas Ignotas <notasas@gmail.com>
Sun, 20 May 2012 18:09:40 +0000 (21:09 +0300)
Signed-off-by: Imre Deak <imre.deak@nokia.com>
pvr/omaplfb_displayclass.c

index a3bcc96..c33b83a 100644 (file)
@@ -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;
 }