From de631681a6742fa2dcf1704476baf5c7bc9d0885 Mon Sep 17 00:00:00 2001 From: koekeishiya Date: Sun, 7 Jan 2018 17:59:50 +0100 Subject: remove empty line --- src/skhd.c | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) diff --git a/src/skhd.c b/src/skhd.c index a8c02e6..16475f9 100644 --- a/src/skhd.c +++ b/src/skhd.c @@ -191,8 +191,7 @@ int main(int argc, char **argv) set_config_path(); } - table_init(&mode_map, - 13, + table_init(&mode_map, 13, (table_hash_func) hash_mode, (table_compare_func) same_mode); @@ -209,6 +208,5 @@ int main(int argc, char **argv) hotloader_begin(&hotloader, config_handler); CFRunLoopRun(); - return EXIT_SUCCESS; } -- cgit v1.2.3