opensc-explorer: refactor arg_to_path()

* fix indentation
* fix spaces before opening curly braces
This commit is contained in:
Peter Marschall 2020-02-08 16:59:30 +01:00 committed by Frank Morgner
parent 88dce12181
commit 78c79c0efb
1 changed files with 4 additions and 3 deletions

View File

@ -371,6 +371,7 @@ arg_to_path(const char *arg, sc_path_t *path, int is_id)
} else {
/* file id */
u8 cbuf[2];
if (arg_to_fid(arg, cbuf) < 0)
return -1;