From 47f91a47e625df07a80c2b1cde72c810fadad2b9 Mon Sep 17 00:00:00 2001 From: Denis Kenzior Date: Sat, 1 Nov 2014 21:27:51 -0500 Subject: [PATCH] hwsim: Fix up whitespace issues --- tools/hwsim.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tools/hwsim.c b/tools/hwsim.c index 6b134d3e..90e9c9d4 100644 --- a/tools/hwsim.c +++ b/tools/hwsim.c @@ -153,7 +153,7 @@ static void hwsim_ready(void *user_data) int ret; ret = l_genl_family_register(hwsim, "config", hwsim_config, - NULL, NULL); + NULL, NULL); if (ret < 0) { fprintf(stderr, "Failed to create hwsim config listener\n"); l_main_quit();