From 2a0dc2399da49fab44832fcbfc3b2f0a8d1a7b72 Mon Sep 17 00:00:00 2001 From: Martin Szulecki Date: Mon, 15 Jun 2020 17:35:03 +0200 Subject: Adjust spacing/indentation of terminating device database entry --- src/libirecovery.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/libirecovery.c b/src/libirecovery.c index 4404b7f..db1b118 100644 --- a/src/libirecovery.c +++ b/src/libirecovery.c @@ -245,7 +245,7 @@ static struct irecv_device irecv_devices[] = { { "iBridge2,10", "j213ap", 0x18, 0x8012, "Apple T2 MacBookPro15,4 (j213)" }, { "iBridge2,12", "j140aap", 0x37, 0x8012, "Apple T2 MacBookAir8,2 (j140a)" }, { "iBridge2,14", "j152f", 0x3A, 0x8012, "Apple T2 MacBookPro16,1 (j152f)" }, - { NULL, NULL, -1, -1, NULL } + { NULL, NULL, -1, -1, NULL } }; #ifndef USE_DUMMY -- cgit v1.1-32-gdbae