xserver/dbe
Daniel Stone 5926ed85a1 Indentation: Change '& stuff' to '&stuff'
If the typedef wasn't perfect, indent would get confused and change:
    foo = (SomePointlessTypedef *) &stuff[1];
to:
    foo = (SomePointlessTypedef *) & stuff[1];

Fix this up with a really naïve sed script, plus some hand-editing to
change some false positives in XKB back.

Signed-off-by: Daniel Stone <daniel@fooishbar.org>
(cherry picked from commit ab3a815a75)
2012-03-27 11:50:43 -07:00
..
dbe.c Indentation: Change '& stuff' to '&stuff' 2012-03-27 11:50:43 -07:00
dbestruct.h Introduce a consistent coding style 2012-03-27 11:50:40 -07:00
Makefile.am get rid of XFree86LOADER, XFree86Server, XFree86Module, and IN_MODULE 2006-07-18 18:17:38 -04:00
midbe.c Introduce a consistent coding style 2012-03-27 11:50:40 -07:00
midbe.h Introduce a consistent coding style 2012-03-27 11:50:40 -07:00
midbestr.h Introduce a consistent coding style 2012-03-27 11:50:40 -07:00