From 4b0247b9e0a6b7f40cd2738fb29d2ed1acba99e7 Mon Sep 17 00:00:00 2001 From: Eric Anholt Date: Tue, 21 Dec 2004 09:49:30 +0000 Subject: [PATCH] Whitespace nit. --- hw/kdrive/ati/ati_dri.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/hw/kdrive/ati/ati_dri.c b/hw/kdrive/ati/ati_dri.c index 48afbd2f0..9b792b158 100644 --- a/hw/kdrive/ati/ati_dri.c +++ b/hw/kdrive/ati/ati_dri.c @@ -322,7 +322,7 @@ ATIDRIAgpInit(ScreenPtr pScreen) default: ErrorF("[agp] Illegal aperture size %d kB\n", atis->gartSize * 1024); - return FALSE; + return FALSE; } MMIO_OUT32(mmio, ATI_REG_AGP_CNTL, cntl);