xserver-multidpi/render
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 render: Delete renderedge.[ch] 2010-11-01 22:54:18 -04:00
animcur.c Introduce a consistent coding style 2012-03-21 13:54:42 -07:00
filter.c Introduce a consistent coding style 2012-03-21 13:54:42 -07:00
glyph.c Introduce a consistent coding style 2012-03-21 13:54:42 -07:00
glyphstr.h Introduce a consistent coding style 2012-03-21 13:54:42 -07:00
matrix.c Introduce a consistent coding style 2012-03-21 13:54:42 -07:00
miindex.c Introduce a consistent coding style 2012-03-21 13:54:42 -07:00
mipict.c Introduce a consistent coding style 2012-03-21 13:54:42 -07:00
mipict.h Introduce a consistent coding style 2012-03-21 13:54:42 -07:00
mirect.c Introduce a consistent coding style 2012-03-21 13:54:42 -07:00
mitrap.c Introduce a consistent coding style 2012-03-21 13:54:42 -07:00
mitri.c Introduce a consistent coding style 2012-03-21 13:54:42 -07:00
picture.c Introduce a consistent coding style 2012-03-21 13:54:42 -07:00
picture.h Introduce a consistent coding style 2012-03-21 13:54:42 -07:00
picturestr.h Introduce a consistent coding style 2012-03-21 13:54:42 -07:00
render.c Indentation: Change '& stuff' to '&stuff' 2012-03-21 14:02:30 -07:00