hwsim: Fix up whitespace issues

This commit is contained in:
Denis Kenzior 2014-11-01 21:27:51 -05:00
parent fb4075da5e
commit 47f91a47e6
1 changed files with 1 additions and 1 deletions

View File

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