Skip to content

Commit

Permalink
FAPI: Fix indentation.
Browse files Browse the repository at this point in the history
statecase statementwas not properly indented.

Signed-off-by: Juergen Repp <juergen_repp@web.de>
  • Loading branch information
JuergenReppSIT authored and William Roberts committed Nov 14, 2022
1 parent d4d9cf0 commit ca38f44
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/tss2-fapi/ifapi_policy_callbacks.c
Original file line number Diff line number Diff line change
Expand Up @@ -495,7 +495,7 @@ ifapi_policyeval_cbauth(
SAFE_FREE(cb_ctx->object_path);
fallthrough;

statecase(cb_ctx->cb_state, POL_CB_READ_OBJECT);
statecase(cb_ctx->cb_state, POL_CB_READ_OBJECT);
/* Get object from file */
r = ifapi_keystore_load_finish(&fapi_ctx->keystore, &fapi_ctx->io,
&cb_ctx->object);
Expand Down

0 comments on commit ca38f44

Please sign in to comment.