From e1371824172c189d180371ff24757d4d5c0be4b1 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?P=C5=99emysl=20Eric=20Janouch?= Date: Sat, 30 Oct 2021 02:18:36 +0200 Subject: Add clang-format configuration, clean up --- sensei-raw-ctl.c | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) (limited to 'sensei-raw-ctl.c') diff --git a/sensei-raw-ctl.c b/sensei-raw-ctl.c index 364e2ee..450113f 100644 --- a/sensei-raw-ctl.c +++ b/sensei-raw-ctl.c @@ -73,7 +73,7 @@ find_device (int vendor, int product, int *error) } out_free: - libusb_free_device_list(list, 1); + libusb_free_device_list (list, 1); out: if (error != NULL && err != 0) *error = err; @@ -621,4 +621,3 @@ error_1: error_0: return status; } - -- cgit v1.2.3