From 3a651ac9fcb1630ebedc7668b43612815f078f11 Mon Sep 17 00:00:00 2001 From: Hamish Milne Date: Mon, 13 Apr 2020 18:08:15 +0100 Subject: [PATCH] Fix clang format --- src/core/core.h | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/src/core/core.h b/src/core/core.h index dca6a6888..e7fbd8ee3 100644 --- a/src/core/core.h +++ b/src/core/core.h @@ -316,7 +316,8 @@ private: * @param system_mode The system mode. * @return ResultStatus code, indicating if the operation succeeded. */ - ResultStatus Init(Frontend::EmuWindow& emu_window, u32 system_mode, u8 n3ds_mode, u32 num_cores); + ResultStatus Init(Frontend::EmuWindow& emu_window, u32 system_mode, u8 n3ds_mode, + u32 num_cores); /// Reschedule the core emulation void Reschedule();