xserver-multidpi/dbe
Daniel Stone ab3a815a75 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>
2012-03-21 14:02:30 -07:00
..
Makefile.am get rid of XFree86LOADER, XFree86Server, XFree86Module, and IN_MODULE 2006-07-18 18:17:38 -04:00
dbe.c Indentation: Change '& stuff' to '&stuff' 2012-03-21 14:02:30 -07:00
dbestruct.h Introduce a consistent coding style 2012-03-21 13:54:42 -07:00
midbe.c Introduce a consistent coding style 2012-03-21 13:54:42 -07:00
midbe.h Introduce a consistent coding style 2012-03-21 13:54:42 -07:00
midbestr.h Introduce a consistent coding style 2012-03-21 13:54:42 -07:00