Skip to content

Commit f081c78

Browse files
committed
Apply clang-format
1 parent 4c33c60 commit f081c78

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

tests/testutils.cpp

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -474,8 +474,8 @@ static int execAppInternal(const char *appPath, const char *const *args, std::st
474474
if (!newProfilingPath.empty()) {
475475
env["LLVM_PROFILE_FILE"] = newProfilingPath;
476476
}
477-
auto child
478-
= boost::process::v1::child(ctx, group, path, argsAsVector, env, boost::process::v1::std_out > outputBuffer, boost::process::v1::std_err > errorBuffer);
477+
auto child = boost::process::v1::child(
478+
ctx, group, path, argsAsVector, env, boost::process::v1::std_out > outputBuffer, boost::process::v1::std_err > errorBuffer);
479479
if (timeout > 0) {
480480
ctx.run_for(std::chrono::milliseconds(timeout));
481481
} else {

0 commit comments

Comments
 (0)