xserver/hw/kdrive/ati ati_dri.c,1.12,1.13

Eric Anholt xserver-commit at pdx.freedesktop.org
Tue Dec 21 01:49:32 PST 2004


Committed by: anholt

Update of /cvs/xserver/xserver/hw/kdrive/ati
In directory gabe:/tmp/cvs-serv18677

Modified Files:
	ati_dri.c 
Log Message:
Whitespace nit.


Index: ati_dri.c
===================================================================
RCS file: /cvs/xserver/xserver/hw/kdrive/ati/ati_dri.c,v
retrieving revision 1.12
retrieving revision 1.13
diff -u -d -r1.12 -r1.13
--- ati_dri.c	19 Sep 2004 10:57:31 -0000	1.12
+++ ati_dri.c	21 Dec 2004 09:49:30 -0000	1.13
@@ -322,7 +322,7 @@
 		default:
 			ErrorF("[agp] Illegal aperture size %d kB\n", atis->gartSize *
 			    1024);
-		return FALSE;
+			return FALSE;
 		}
 		MMIO_OUT32(mmio, ATI_REG_AGP_CNTL, cntl);
 



More information about the xserver-commit mailing list