summaryrefslogtreecommitdiff
path: root/bench
diff options
context:
space:
mode:
authorRan Benita <ran234@gmail.com>2016-09-16 09:36:27 +0300
committerRan Benita <ran234@gmail.com>2016-09-16 09:36:27 +0300
commit853b7502f4c8e90480f58b3909fbd008587a1ba6 (patch)
treeab9c06d561ece8413965830e8d86a94be92b01e2 /bench
parentaf2c83b6642591cf36d4002decef6757ec90b3e2 (diff)
downloadxorg-lib-libxkbcommon-853b7502f4c8e90480f58b3909fbd008587a1ba6.tar.gz
bench/compose: tabs -> spaces
Signed-off-by: Ran Benita <ran234@gmail.com>
Diffstat (limited to 'bench')
-rw-r--r--bench/compose.c8
1 files changed, 4 insertions, 4 deletions
diff --git a/bench/compose.c b/bench/compose.c
index 04873a7..e2bf3e0 100644
--- a/bench/compose.c
+++ b/bench/compose.c
@@ -46,10 +46,10 @@ main(void)
path = test_get_path("compose/en_US.UTF-8/Compose");
file = fopen(path, "r");
if (file == NULL) {
- perror(path);
- free(path);
- xkb_context_unref(ctx);
- return -1;
+ perror(path);
+ free(path);
+ xkb_context_unref(ctx);
+ return -1;
}
xkb_context_set_log_level(ctx, XKB_LOG_LEVEL_CRITICAL);