From 86bc708299be1bdaf964c42ebb28dc51d91b75c5 Mon Sep 17 00:00:00 2001 From: gatecat Date: Thu, 1 Jul 2021 13:18:34 +0100 Subject: clangformat Signed-off-by: gatecat --- common/context.h | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) (limited to 'common') diff --git a/common/context.h b/common/context.h index f2b66600..4468d3dd 100644 --- a/common/context.h +++ b/common/context.h @@ -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; } -- cgit v1.2.3