From ea6292168a6acd4c263913f0ccd7dd64daf4f5cf Mon Sep 17 00:00:00 2001 From: Sandro Jäckel Date: Fri, 23 Feb 2018 01:45:58 +0100 Subject: Revert "Applied clang-format on source" This reverts commit 5e5c9c07291f6b09623d31c92b1fb61c4ede576e. --- src/spawn.h | 12 ++++++++---- 1 file changed, 8 insertions(+), 4 deletions(-) (limited to 'src/spawn.h') diff --git a/src/spawn.h b/src/spawn.h index d2e3d99c..c2d99bdb 100644 --- a/src/spawn.h +++ b/src/spawn.h @@ -21,10 +21,11 @@ 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 @@ -43,6 +44,7 @@ private: static ExitProxy *s_Instance; };*/ + /** * @brief spawn a binary with Mod Organizer injected * @@ -58,7 +60,9 @@ 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& currentDirectory, bool hooked, +HANDLE startBinary(const QFileInfo &binary, const QString &arguments, + const QDir ¤tDirectory, bool hooked, HANDLE stdOut = INVALID_HANDLE_VALUE, HANDLE stdErr = INVALID_HANDLE_VALUE); #endif // SPAWN_H + -- cgit v1.3.1