From bc39ecc0385dd7e0cb9e1df84628e4c6dde34ab5 Mon Sep 17 00:00:00 2001 From: Klaus Aehlig Date: Tue, 27 Aug 2024 11:14:38 +0200 Subject: Reformat code to comply with clang-format 18 ... while keeping our .clang-format file. --- .../execution_api/execution_service/execution_server.hpp | 9 ++++----- 1 file changed, 4 insertions(+), 5 deletions(-) (limited to 'src/buildtool/execution_api/execution_service/execution_server.hpp') 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_; -- cgit v1.2.3