diff options
author | Daniel Stone <daniel@fooishbar.org> | 2008-10-22 22:29:54 +1030 |
---|---|---|
committer | Peter Hutterer <peter.hutterer@redhat.com> | 2008-11-04 16:01:07 +1030 |
commit | 8c3753a0b711b5708b61f64ab4010ca01608d679 (patch) | |
tree | 0c0fe7d5af4aebb4afc9f4d65d0f9902bddf3ca9 /hw/xquartz/darwin.c | |
parent | 889a8dc02bbd3926eaf16dce8f844dc58558e982 (diff) |
A bit of whitespace cleanup in include directives.
It's #include <foo>, not # include <foo>
Signed-off-by: Peter Hutterer <peter.hutterer@redhat.com>
Diffstat (limited to 'hw/xquartz/darwin.c')
-rw-r--r-- | hw/xquartz/darwin.c | 8 |
1 files changed, 4 insertions, 4 deletions
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 <X11/extensions/XI.h> -# include <X11/extensions/XIproto.h> -# include "exevents.h" -# include "extinit.h" +#include <X11/extensions/XI.h> +#include <X11/extensions/XIproto.h> +#include "exevents.h" +#include "extinit.h" #include <sys/types.h> #include <sys/time.h> |