This is an automated email from the ASF dual-hosted git repository.

serverglen pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/incubator-brpc.git


The following commit(s) were added to refs/heads/master by this push:
     new 43b45ad3 brpc: update the header guard of brpc/periodic_task.h to 
match the file path
     new 31f1d0a6 Merge pull request #1820 from 
TousakaRin/helei_update_header_guard_for_periodic_task
43b45ad3 is described below

commit 43b45ad3dd63dc30c40ee4fc08b538406c338b73
Author: helei.sig11 <[email protected]>
AuthorDate: Thu Jun 23 17:29:18 2022 +0800

    brpc: update the header guard of brpc/periodic_task.h to match the file path
---
 src/brpc/periodic_task.h | 6 +++---
 1 file changed, 3 insertions(+), 3 deletions(-)

diff --git a/src/brpc/periodic_task.h b/src/brpc/periodic_task.h
index cb547604..db97fff8 100644
--- a/src/brpc/periodic_task.h
+++ b/src/brpc/periodic_task.h
@@ -16,8 +16,8 @@
 // under the License.
 
 
-#ifndef BRPC_HEALTH_CHECK_MANAGER_H
-#define BRPC_HEALTH_CHECK_MANAGER_H
+#ifndef BRPC_PERIODIC_TASK_H
+#define BRPC_PERIODIC_TASK_H
 
 namespace brpc {
 
@@ -45,4 +45,4 @@ public:
 
 } // namespace brpc
 
-#endif  // BRPC_HEALTH_CHECK_MANAGER_H
+#endif  // BRPC_PERIODIC_TASK_H


---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]

Reply via email to