aboutsummaryrefslogtreecommitdiff
path: root/sensei-raw-ctl.c
diff options
context:
space:
mode:
authorPřemysl Eric Janouch <p@janouch.name>2021-10-30 02:18:36 +0200
committerPřemysl Eric Janouch <p@janouch.name>2021-10-30 03:03:04 +0200
commite1371824172c189d180371ff24757d4d5c0be4b1 (patch)
tree2ea41207fe39ac0a1bea477a8ba847414a884cba /sensei-raw-ctl.c
parent5ffdd26e5966e9a616905017b65c0176a93b3507 (diff)
downloadsensei-raw-ctl-e1371824172c189d180371ff24757d4d5c0be4b1.tar.gz
sensei-raw-ctl-e1371824172c189d180371ff24757d4d5c0be4b1.tar.xz
sensei-raw-ctl-e1371824172c189d180371ff24757d4d5c0be4b1.zip
Add clang-format configuration, clean up
Diffstat (limited to 'sensei-raw-ctl.c')
-rw-r--r--sensei-raw-ctl.c3
1 files changed, 1 insertions, 2 deletions
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;
}
-