From 83e61358250ddadb21b2346098ad56a678178143 Mon Sep 17 00:00:00 2001 From: GeckoEidechse Date: Thu, 14 Apr 2022 01:12:32 +0200 Subject: Format lines manually --- LauncherInjector/main.cpp | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/LauncherInjector/main.cpp b/LauncherInjector/main.cpp index c6eea89b..04aadf03 100644 --- a/LauncherInjector/main.cpp +++ b/LauncherInjector/main.cpp @@ -402,6 +402,6 @@ int main(int argc, char* argv[]) // auto result = ((__int64(__fastcall*)())LauncherMain)(); // auto result = ((signed __int64(__fastcall*)(__int64))LauncherMain)(0i64); - return ((int(/*__fastcall*/*)( - HINSTANCE, HINSTANCE, LPSTR, int))LauncherMain)(NULL, NULL, NULL, 0); // the parameters aren't really used anyways + return ((int(/*__fastcall*/*)(HINSTANCE, HINSTANCE, LPSTR, int))LauncherMain)( + NULL, NULL, NULL, 0); // the parameters aren't really used anyways } -- cgit v1.2.3