bench/compose: tabs -> spaces

Signed-off-by: Ran Benita <ran234@gmail.com>
master
Ran Benita 2016-09-16 09:36:27 +03:00
parent af2c83b664
commit 853b7502f4
1 changed files with 4 additions and 4 deletions

View File

@ -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);