From 5e5c9c07291f6b09623d31c92b1fb61c4ede576e Mon Sep 17 00:00:00 2001 From: Sandro Jäckel Date: Thu, 22 Feb 2018 16:54:34 +0100 Subject: Applied clang-format on source --- src/spawn.h | 12 ++++-------- 1 file changed, 4 insertions(+), 8 deletions(-) (limited to 'src/spawn.h') diff --git a/src/spawn.h b/src/spawn.h index c2d99bdb..d2e3d99c 100644 --- a/src/spawn.h +++ b/src/spawn.h @@ -21,11 +21,10 @@ along with Mod Organizer. If not, see . #define SPAWN_H #define WIN32_LEAN_AND_MEAN -#include -#include -#include #include - +#include +#include +#include /** * @brief a dirty little trick so we can issue a clean restart from startBinary @@ -44,7 +43,6 @@ private: static ExitProxy *s_Instance; };*/ - /** * @brief spawn a binary with Mod Organizer injected * @@ -60,9 +58,7 @@ private: * @todo is the profile name even used any more? * @todo is the hooked parameter used? **/ -HANDLE startBinary(const QFileInfo &binary, const QString &arguments, - const QDir ¤tDirectory, bool hooked, +HANDLE startBinary(const QFileInfo& binary, const QString& arguments, const QDir& currentDirectory, bool hooked, HANDLE stdOut = INVALID_HANDLE_VALUE, HANDLE stdErr = INVALID_HANDLE_VALUE); #endif // SPAWN_H - -- cgit v1.3.1