summaryrefslogtreecommitdiff
path: root/src/buildtool/execution_api/execution_service/execution_server.hpp
diff options
context:
space:
mode:
authorKlaus Aehlig <klaus.aehlig@huawei.com>2024-08-27 11:14:38 +0200
committerKlaus Aehlig <klaus.aehlig@huawei.com>2024-08-27 11:40:40 +0200
commitbc39ecc0385dd7e0cb9e1df84628e4c6dde34ab5 (patch)
tree4556b3f5f5898ef56316fc1612a04402b79903ef /src/buildtool/execution_api/execution_service/execution_server.hpp
parent340f3478dc2bffe1a75496e5c120e88274fee698 (diff)
downloadjustbuild-bc39ecc0385dd7e0cb9e1df84628e4c6dde34ab5.tar.gz
Reformat code to comply with clang-format 18
... while keeping our .clang-format file.
Diffstat (limited to 'src/buildtool/execution_api/execution_service/execution_server.hpp')
-rw-r--r--src/buildtool/execution_api/execution_service/execution_server.hpp9
1 files changed, 4 insertions, 5 deletions
diff --git a/src/buildtool/execution_api/execution_service/execution_server.hpp b/src/buildtool/execution_api/execution_service/execution_server.hpp
index e0c4f4fe..01ede03e 100644
--- a/src/buildtool/execution_api/execution_service/execution_server.hpp
+++ b/src/buildtool/execution_api/execution_service/execution_server.hpp
@@ -124,11 +124,10 @@ class ExecutionServiceImpl final : public bazel_re::Execution::Service {
// operation. The server MAY choose to stream additional updates as
// execution progresses, such as to provide an update as to the state of the
// execution.
- auto WaitExecution(
- ::grpc::ServerContext* context,
- const ::bazel_re::WaitExecutionRequest* request,
- ::grpc::ServerWriter<::google::longrunning::Operation>* writer)
- -> ::grpc::Status override;
+ auto WaitExecution(::grpc::ServerContext* context,
+ const ::bazel_re::WaitExecutionRequest* request,
+ ::grpc::ServerWriter<::google::longrunning::Operation>*
+ writer) -> ::grpc::Status override;
private:
StorageConfig const& storage_config_;