Skip to content

Commit

Permalink
[backbone-router] make header guard style consistent (#2720)
Browse files Browse the repository at this point in the history
  • Loading branch information
Irving-cl authored Feb 18, 2025
1 parent e2f3c1f commit 89818a5
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 6 deletions.
6 changes: 3 additions & 3 deletions src/backbone_router/dua_routing_manager.hpp
Original file line number Diff line number Diff line change
Expand Up @@ -31,8 +31,8 @@
* This file includes definition for DUA routing functionalities.
*/

#ifndef BACKBONE_ROUTER_DUA_ROUTING_MANAGER
#define BACKBONE_ROUTER_DUA_ROUTING_MANAGER
#ifndef BACKBONE_ROUTER_DUA_ROUTING_MANAGER_HPP_
#define BACKBONE_ROUTER_DUA_ROUTING_MANAGER_HPP_

#include "openthread-br/config.h"

Expand Down Expand Up @@ -105,4 +105,4 @@ class DuaRoutingManager : private NonCopyable

#endif // OTBR_ENABLE_DUA_ROUTING

#endif // BACKBONE_ROUTER_DUA_ROUTING_MANAGER
#endif // BACKBONE_ROUTER_DUA_ROUTING_MANAGER_HPP_
6 changes: 3 additions & 3 deletions src/backbone_router/nd_proxy.hpp
Original file line number Diff line number Diff line change
Expand Up @@ -31,8 +31,8 @@
* This file includes definition for ICMPv6 Neighbor Advertisement (ND) proxy management.
*/

#ifndef ND_PROXY_HPP_
#define ND_PROXY_HPP_
#ifndef BACKBONE_ROUTER_ND_PROXY_HPP_
#define BACKBONE_ROUTER_ND_PROXY_HPP_

#include "openthread-br/config.h"

Expand Down Expand Up @@ -166,4 +166,4 @@ class NdProxyManager : public MainloopProcessor, private NonCopyable
} // namespace otbr

#endif // OTBR_ENABLE_DUA_ROUTING
#endif // ND_PROXY_HPP_
#endif // BACKBONE_ROUTER_ND_PROXY_HPP_

0 comments on commit 89818a5

Please sign in to comment.