summaryrefslogtreecommitdiff
path: root/src/context.c
diff options
context:
space:
mode:
authorDaniel Stone <daniel@fooishbar.org>2012-07-17 10:20:15 +0100
committerDaniel Stone <daniel@fooishbar.org>2012-07-17 10:20:15 +0100
commit9308a460395679aa3cb403211146e4ff9b920992 (patch)
treea060f3f7882c8edf35312c2210d9837ac3a4c306 /src/context.c
parentc6c937abc2e7e9aa9dc952dea392329b88ab1011 (diff)
downloadxorg-lib-libxkbcommon-9308a460395679aa3cb403211146e4ff9b920992.tar.gz
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>
Diffstat (limited to 'src/context.c')
-rw-r--r--src/context.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/context.c b/src/context.c
index b283fc4..957d716 100644
--- a/src/context.c
+++ b/src/context.c
@@ -107,7 +107,7 @@ xkb_context_include_path_clear(struct xkb_context *ctx)
char **path;
darray_foreach(path, ctx->includes)
- free(*path);
+ free(*path);
darray_free(ctx->includes);
}