Skip to content

Commit

Permalink
Adjust spacing/indentation of terminating device database entry
Browse files Browse the repository at this point in the history
  • Loading branch information
FunkyM committed Jun 15, 2020
1 parent 289b4ec commit 2a0dc23
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/libirecovery.c
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 2a0dc23

Please sign in to comment.