summaryrefslogtreecommitdiff
path: root/yapf/nodelist.hpp
diff options
context:
space:
mode:
Diffstat (limited to 'yapf/nodelist.hpp')
-rw-r--r--yapf/nodelist.hpp4
1 files changed, 2 insertions, 2 deletions
diff --git a/yapf/nodelist.hpp b/yapf/nodelist.hpp
index 204282e93..5dc8170af 100644
--- a/yapf/nodelist.hpp
+++ b/yapf/nodelist.hpp
@@ -8,8 +8,8 @@
#include "binaryheap.hpp"
/** Hash table based node list multi-container class.
- Implements open list, closed list and priority queue for A-star
- path finder. */
+ * Implements open list, closed list and priority queue for A-star
+ * path finder. */
template <class Titem_, int Thash_bits_open_, int Thash_bits_closed_>
class CNodeList_HashTableT {
public: