From 8c3753a0b711b5708b61f64ab4010ca01608d679 Mon Sep 17 00:00:00 2001 From: Daniel Stone Date: Wed, 22 Oct 2008 22:29:54 +1030 Subject: [PATCH] A bit of whitespace cleanup in include directives. It's #include , not # include Signed-off-by: Peter Hutterer --- hw/xfree86/loader/xf86sym.c | 2 +- hw/xquartz/darwin.c | 8 ++++---- 2 files changed, 5 insertions(+), 5 deletions(-) diff --git a/hw/xfree86/loader/xf86sym.c b/hw/xfree86/loader/xf86sym.c index d3a780745..f2b7e93ec 100644 --- a/hw/xfree86/loader/xf86sym.c +++ b/hw/xfree86/loader/xf86sym.c @@ -64,7 +64,7 @@ #include "xf86_OSproc.h" #include "xf86Parser.h" #include "xf86Config.h" -# include "xf86Xinput.h" +#include "xf86Xinput.h" #ifdef XV #include "xf86xv.h" #include "xf86xvmc.h" diff --git a/hw/xquartz/darwin.c b/hw/xquartz/darwin.c index 9e4da61c3..0dd127963 100644 --- a/hw/xquartz/darwin.c +++ b/hw/xquartz/darwin.c @@ -46,10 +46,10 @@ #include "globals.h" #include "dix.h" -# include -# include -# include "exevents.h" -# include "extinit.h" +#include +#include +#include "exevents.h" +#include "extinit.h" #include #include