From 71aa08fcf437309462644eb77dc0abbd00a7f874 Mon Sep 17 00:00:00 2001 From: Martin Szulecki Date: Mon, 8 Jun 2020 22:58:16 +0200 Subject: Remove trailing whitespace errors from all files --- src/client.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/client.c') 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)); -- cgit v1.1-32-gdbae