Skip to content

Commit f5d6bc0

Browse files
committed
Format code via clang-format
1 parent 794bf25 commit f5d6bc0

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

driver/apdu/pcsc.c

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -137,8 +137,7 @@ static int pcsc_open_hCard_iter(struct pcsc_userdata *userdata, const int index,
137137
return 0; // skip ignored reader names
138138
}
139139

140-
matched:
141-
{} // Workaround for label followed by a declaration in Clang (before C23)
140+
matched: {} // Workaround for label followed by a declaration in Clang (before C23)
142141
const int ret = SCardConnect(userdata->ctx, reader, SCARD_SHARE_EXCLUSIVE, SCARD_PROTOCOL_T0, &userdata->hCard,
143142
&dwActiveProtocol);
144143
if (ret != SCARD_S_SUCCESS) {

0 commit comments

Comments
 (0)