Apply clang-format-11
[alexxy/gromacs.git] / src / gromacs / commandline / cmdlineprogramcontext.cpp
index 5c4b5b89f0e6161a587c5b92703f7a04bcbd5046..6b1eda99affc681eaf5941b4a5d8047f3e6cb4a5 100644 (file)
@@ -312,9 +312,7 @@ public:
 CommandLineProgramContext::Impl::Impl() : programName_("GROMACS"), bSourceLayout_(false) {}
 
 CommandLineProgramContext::Impl::Impl(int argc, const char* const argv[], ExecutableEnvironmentPointer env) :
-    executableEnv_(std::move(env)),
-    invokedName_(argc != 0 ? argv[0] : ""),
-    bSourceLayout_(false)
+    executableEnv_(std::move(env)), invokedName_(argc != 0 ? argv[0] : ""), bSourceLayout_(false)
 {
     programName_ = Path::getFilename(invokedName_);
     programName_ = stripSuffixIfPresent(programName_, ".exe");