aboutsummaryrefslogtreecommitdiff
path: root/LauncherInjector/main.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'LauncherInjector/main.cpp')
-rw-r--r--LauncherInjector/main.cpp3
1 files changed, 0 insertions, 3 deletions
diff --git a/LauncherInjector/main.cpp b/LauncherInjector/main.cpp
index f721a54f..54c65059 100644
--- a/LauncherInjector/main.cpp
+++ b/LauncherInjector/main.cpp
@@ -293,8 +293,6 @@ int main(int argc, char* argv[])
if (dedicated && !nostubs)
{
- // clang-format keeps messing with the easy-to-read if statements, so
- // clang-format off
printf("[*] Loading stubs\n");
HMODULE gssao, gtxaa, d3d11;
if (!(gssao = GetModuleHandleA("GFSDK_SSAO.win64.dll")) &&
@@ -332,7 +330,6 @@ int main(int argc, char* argv[])
"[*] WARNING: Failed to load stubs because conflicting modules are already loaded, so those will be used instead "
"(did Northstar initialize too late?).\n");
}
- // clang-format on
}
{