aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorGeckoEidechse <gecko.eidechse+git@pm.me>2022-04-14 01:12:32 +0200
committerGeckoEidechse <gecko.eidechse+git@pm.me>2022-04-14 01:12:32 +0200
commit83e61358250ddadb21b2346098ad56a678178143 (patch)
tree72d721aafdc74c0ba287fc6cd048a1b29ee511d8
parent7f0a407fbbc004ba182287ad46e6fc59a4f09fc9 (diff)
downloadNorthstarLauncher-adjust-clang-format-align-trailing-comments.tar.gz
NorthstarLauncher-adjust-clang-format-align-trailing-comments.zip
-rw-r--r--LauncherInjector/main.cpp4
1 files 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
}