From cb33fb257005a34f819975a26cea0869493f928e Mon Sep 17 00:00:00 2001 From: lazymio Date: Tue, 23 Nov 2021 23:23:02 +0100 Subject: [PATCH] Format code --- include/uc_priv.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/include/uc_priv.h b/include/uc_priv.h index 869cf685..947251aa 100644 --- a/include/uc_priv.h +++ b/include/uc_priv.h @@ -358,7 +358,7 @@ struct uc_struct { sigjmp_buf jmp_bufs[UC_MAX_NESTED_LEVEL]; // To support nested uc_emu_start int nested_level; // Current nested_level - struct TranslationBlock* last_tb; // The real last tb we executed. + struct TranslationBlock *last_tb; // The real last tb we executed. }; // Metadata stub for the variable-size cpu context used with uc_context_*()