diff options
author | Martin Szulecki | 2020-06-08 22:53:58 +0200 |
---|---|---|
committer | Martin Szulecki | 2020-06-08 22:53:58 +0200 |
commit | 4a6182bf8d7abdc69d13784c5fa6f1438970d26b (patch) | |
tree | b8a1f36e57b43095df4fd1eb77c926f0ea93bd51 /include | |
parent | d719a3647886499fad490d9453637e0762707bc1 (diff) | |
download | libusbmuxd-4a6182bf8d7abdc69d13784c5fa6f1438970d26b.tar.gz libusbmuxd-4a6182bf8d7abdc69d13784c5fa6f1438970d26b.tar.bz2 |
Remove trailing whitespace errors from all files
Diffstat (limited to 'include')
-rw-r--r-- | include/usbmuxd.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/include/usbmuxd.h b/include/usbmuxd.h index cf9a1e2..f08a653 100644 --- a/include/usbmuxd.h +++ b/include/usbmuxd.h @@ -166,7 +166,7 @@ int usbmuxd_device_list_free(usbmuxd_device_info_t **device_list); * * @param udid A device UDID of the device to look for. If udid is NULL, * This function will return the first device found. - * @param device Pointer to a previously allocated (or static) + * @param device Pointer to a previously allocated (or static) * usbmuxd_device_info_t that will be filled with the device info. * * @return 0 if no matching device is connected, 1 if the device was found, |