Skip to content

Commit 6a98d4a

Browse files
jozsefdJakuje
authored andcommitted
Fix coding style
1 parent 1f0af54 commit 6a98d4a

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

src/minidriver/minidriver.c

+2-2
Original file line numberDiff line numberDiff line change
@@ -513,12 +513,12 @@ get_pin_by_name(PCARD_DATA pCardData, struct sc_pkcs15_card *p15card, int role,
513513
if (!conf_block)
514514
MD_FUNC_RETURN(pCardData, 1, SCARD_F_INTERNAL_ERROR);
515515

516-
if ( p15card->app != NULL ) {
516+
if (p15card->app != NULL) {
517517
memset(str_path, 0, sizeof(str_path));
518518
sc_bin_to_hex(p15card->app->path.value, p15card->app->path.len, str_path, sizeof(str_path), 0);
519519
blocks = scconf_find_blocks(p15card->card->ctx->conf, conf_block, "application", str_path);
520520
}
521-
521+
522522
if (blocks) {
523523
if (blocks[0]) {
524524
pin = (char *)scconf_get_str(blocks[0], pin_type, NULL);

0 commit comments

Comments
 (0)