From 80673fb5cfa32d3ff75d54c4c4173d32905fda30 Mon Sep 17 00:00:00 2001 From: GeckoEidechse <40122905+GeckoEidechse@users.noreply.github.com> Date: Thu, 1 Sep 2022 23:54:06 +0200 Subject: Refactor cleanup (#256) * Fix indentation * Fix path in clang-format command in readme --- NorthstarLauncher/main.cpp | 2 +- README.md | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/NorthstarLauncher/main.cpp b/NorthstarLauncher/main.cpp index 9cc57ec5..0471b9d1 100644 --- a/NorthstarLauncher/main.cpp +++ b/NorthstarLauncher/main.cpp @@ -4,7 +4,7 @@ #include #include #include - #include +#include #include #pragma comment(lib, "Ws2_32.lib") diff --git a/README.md b/README.md index 855969e2..434231e6 100644 --- a/README.md +++ b/README.md @@ -9,4 +9,4 @@ Check [BUILD.md](https://github.com/R2Northstar/NorthstarLauncher/blob/main/BUIL ## Format -This project uses [clang-format](https://clang.llvm.org/docs/ClangFormat.html), make sure you run `clang-format -i --style=file LauncherInjector/*.cpp LauncherInjector/*.h NorthstarDedicatedTest/*.cpp NorthstarDedicatedTest/*.h` when opening a Pull Request. Check the tool's website for instructions on how to integrate it with your IDE. +This project uses [clang-format](https://clang.llvm.org/docs/ClangFormat.html), make sure you run `clang-format -i --style=file NorthstarLauncher/*.cpp NorthstarLauncher/*.h NorthstarDLL/*.cpp NorthstarDLL/*.h` when opening a Pull Request. Check the tool's website for instructions on how to integrate it with your IDE. -- cgit v1.2.3