diff --git a/Algorithms/BFSComponentExplorer.h b/Algorithms/BFSComponentExplorer.h index 7bc7ecb30..9c9337808 100644 --- a/Algorithms/BFSComponentExplorer.h +++ b/Algorithms/BFSComponentExplorer.h @@ -1,5 +1,5 @@ -#ifndef __BFS_COMPONENT_EXPLORER_H__ -#define __BFS_COMPONENT_EXPLORER_H__ +#ifndef BFS_COMPONENT_EXPLORER_H_ +#define BFS_COMPONENT_EXPLORER_H_ #include "../typedefs.h" #include "../DataStructures/DynamicGraph.h" @@ -145,4 +145,4 @@ template class BFSComponentExplorer const std::unordered_set &m_barrier_nodes; }; -#endif +#endif // BFS_COMPONENT_EXPLORER_H_