Skip to content

Commit

Permalink
Merge pull request #1820 from TousakaRin/helei_update_header_guard_fo…
Browse files Browse the repository at this point in the history
…r_periodic_task

update the header guard of brpc/periodic_task.h
  • Loading branch information
serverglen authored Jun 26, 2022
2 parents 0e6c394 + 43b45ad commit 31f1d0a
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions src/brpc/periodic_task.h
Original file line number Diff line number Diff line change
Expand Up @@ -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 {

Expand Down Expand Up @@ -45,4 +45,4 @@ class PeriodicTaskManager {

} // namespace brpc

#endif // BRPC_HEALTH_CHECK_MANAGER_H
#endif // BRPC_PERIODIC_TASK_H

0 comments on commit 31f1d0a

Please sign in to comment.