From 20205ceb06756c220138221deae6cb42d069a2d3 Mon Sep 17 00:00:00 2001 From: Imre Deak Date: Wed, 31 Mar 2010 19:40:42 +0300 Subject: [PATCH] gpu: pvr: fix indent error Signed-off-by: Imre Deak --- pvr/omaplfb_displayclass.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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; } -- 2.39.5