Run source tree through uncrustify
authorDaniel Stone <daniel@fooishbar.org>
Tue, 17 Jul 2012 09:20:15 +0000 (10:20 +0100)
committerDaniel Stone <daniel@fooishbar.org>
Tue, 17 Jul 2012 09:20:15 +0000 (10:20 +0100)
commit9308a460395679aa3cb403211146e4ff9b920992
treea060f3f7882c8edf35312c2210d9837ac3a4c306
parentc6c937abc2e7e9aa9dc952dea392329b88ab1011
Run source tree through uncrustify

.uncrustify.cfg committed for future reference also, but had to manually
fix up a few things: it really likes justifying struct initialisers.

Signed-off-by: Daniel Stone <daniel@fooishbar.org>
51 files changed:
.uncrustify.cfg [new file with mode: 0644]
include/xkbcommon/xkbcommon.h
makekeys/makekeys.c
src/alloc.c
src/alloc.h
src/atom.c
src/atom.h
src/context.c
src/darray.h
src/keymap-dump.c
src/keysym-utf.c
src/keysym.c
src/map.c
src/state.c
src/text.c
src/text.h
src/utils.c
src/utils.h
src/xkb-priv.h
src/xkbcomp/action.c
src/xkbcomp/action.h
src/xkbcomp/alias.c
src/xkbcomp/alias.h
src/xkbcomp/compat.c
src/xkbcomp/expr.c
src/xkbcomp/expr.h
src/xkbcomp/indicators.c
src/xkbcomp/indicators.h
src/xkbcomp/keycodes.c
src/xkbcomp/keycodes.h
src/xkbcomp/keytypes.c
src/xkbcomp/misc.c
src/xkbcomp/parseutils.c
src/xkbcomp/parseutils.h
src/xkbcomp/path.c
src/xkbcomp/path.h
src/xkbcomp/rules.c
src/xkbcomp/rules.h
src/xkbcomp/symbols.c
src/xkbcomp/vmod.c
src/xkbcomp/vmod.h
src/xkbcomp/xkbcomp-priv.h
src/xkbcomp/xkbcomp.c
src/xkbcomp/xkbcomp.h
test/common.c
test/dump.c
test/filecomp.c
test/namescomp.c
test/rulescomp.c
test/stringcomp.c
test/test.h