summaryrefslogtreecommitdiffstats
path: root/src/client.c
diff options
context:
space:
mode:
authorGravatar Martin Szulecki2020-06-08 22:58:16 +0200
committerGravatar Martin Szulecki2020-06-08 22:58:16 +0200
commit71aa08fcf437309462644eb77dc0abbd00a7f874 (patch)
treefd13ffdeb867b40448fa0d650474bd0c083d38d4 /src/client.c
parent080747cfacaefed9b3647fa5b38001942ac59d2a (diff)
downloadusbmuxd-71aa08fcf437309462644eb77dc0abbd00a7f874.tar.gz
usbmuxd-71aa08fcf437309462644eb77dc0abbd00a7f874.tar.bz2
Remove trailing whitespace errors from all files
Diffstat (limited to 'src/client.c')
-rw-r--r--src/client.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/client.c b/src/client.c
index 1fc15c8..2819516 100644
--- a/src/client.c
+++ b/src/client.c
@@ -511,7 +511,7 @@ static int send_pair_record(struct mux_client *client, uint32_t tag, const char*
}
config_get_device_record(record_id, &record_data, &record_size);
-
+
if (record_data) {
plist_t dict = plist_new_dict();
plist_dict_set_item(dict, "PairRecordData", plist_new_data(record_data, record_size));