clangformat

Signed-off-by: gatecat <gatecat@ds0.me>
This commit is contained in:
gatecat 2021-07-01 13:18:34 +01:00
parent ddff2e2e5e
commit 86bc708299

View File

@ -39,7 +39,11 @@ struct Context : Arch, DeterministicRNG
ArchArgs arch_args;
Context(ArchArgs args) : Arch(args) { BaseCtx::as_ctx = this; arch_args = args; }
Context(ArchArgs args) : Arch(args)
{
BaseCtx::as_ctx = this;
arch_args = args;
}
ArchArgs getArchArgs() { return arch_args; }