Skip to content

Commit b966a01

Browse files
authored
Fix code style mistake
1 parent da24fee commit b966a01

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

Adafruit_Fingerprint.cpp

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -559,8 +559,7 @@ Adafruit_Fingerprint::getStructuredPacket(Adafruit_Fingerprint_Packet *packet,
559559
break;
560560
}
561561
idx++;
562-
if ((idx + 9) >= sizeof(packet->data))
563-
{
562+
if ((idx + 9) >= sizeof(packet->data)) {
564563
return FINGERPRINT_BADPACKET;
565564
}
566565
}

0 commit comments

Comments
 (0)