This is an automated email from the ASF dual-hosted git repository.
zwoop pushed a commit to branch 9.2.x
in repository https://gitbox.apache.org/repos/asf/trafficserver.git
The following commit(s) were added to refs/heads/9.2.x by this push:
new 760ef17d00 Fix clang-format for 9.2.x branch (#9944)
760ef17d00 is described below
commit 760ef17d00c421fb3eff4d1923203c88205677e9
Author: Randall Meyer <[email protected]>
AuthorDate: Mon Jul 3 11:42:19 2023 -0700
Fix clang-format for 9.2.x branch (#9944)
---
plugins/header_rewrite/conditions.h | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/plugins/header_rewrite/conditions.h
b/plugins/header_rewrite/conditions.h
index a090962b3b..a68dc67805 100644
--- a/plugins/header_rewrite/conditions.h
+++ b/plugins/header_rewrite/conditions.h
@@ -617,7 +617,7 @@ public:
// noncopyable
ConditionNextHop(const ConditionNextHop &) = delete;
- void operator=(const ConditionNextHop &) = delete;
+ void operator=(const ConditionNextHop &) = delete;
void initialize(Parser &p) override;
void set_qualifier(const std::string &q) override;