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