diff vidix/mtrr.c @ 29263:0f1b5b68af32

whitespace cosmetics: Remove all trailing whitespace.
author diego
date Wed, 13 May 2009 02:58:57 +0000
parents dcf62171257b
children 0997281a39ca
line wrap: on
line diff
--- a/vidix/mtrr.c	Tue May 12 19:25:35 2009 +0000
+++ b/vidix/mtrr.c	Wed May 13 02:58:57 2009 +0000
@@ -70,7 +70,7 @@
     mtrrp = malloc(sizeof (struct mtrr));
     mtrrp->base = base;
     mtrrp->len = size;
-    mtrrp->type = type;  
+    mtrrp->type = type;
     mtrrp->flags = MTRR_VALID | MTRR_PRIVATE;
     n = 1;