From 4850e86a355a631bff9fa15aa21cc430fc50f60a Mon Sep 17 00:00:00 2001 From: Martin Szulecki Date: Mon, 8 Jun 2020 21:26:00 +0200 Subject: Remove a trailig whitespace from public header --- include/libirecovery.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/include/libirecovery.h b/include/libirecovery.h index b33338f..9874e03 100644 --- a/include/libirecovery.h +++ b/include/libirecovery.h @@ -93,7 +93,7 @@ struct irecv_device_info { unsigned char* ap_nonce; unsigned int ap_nonce_size; unsigned char* sep_nonce; - unsigned int sep_nonce_size; + unsigned int sep_nonce_size; }; typedef enum { -- cgit v1.1-32-gdbae