mirror of
https://github.com/X11Libre/xserver.git
synced 2026-09-20 20:12:21 +00:00
| Filename | Latest commit message | Latest commit date |
|---|---|---|
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>
|
||
| .. | ||
| dbe.c | ||
| dbestruct.h | ||
| Makefile.am | ||
| midbe.c | ||
| midbe.h | ||
| midbestr.h | ||