From 0eb321bf2c1cc0e048faff26a01f86cdd3ec254f Mon Sep 17 00:00:00 2001 From: Uoti Urpala Date: Tue, 7 Jul 2009 02:26:13 +0300 Subject: Remove trailing whitespace from most files --- vidix/mtrr.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'vidix/mtrr.c') diff --git a/vidix/mtrr.c b/vidix/mtrr.c index 775af9e437..3230bd25b3 100644 --- a/vidix/mtrr.c +++ b/vidix/mtrr.c @@ -70,7 +70,7 @@ int mtrr_set_type(unsigned base,unsigned size,int type) 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; -- cgit v1.2.3