summaryrefslogtreecommitdiff
path: root/include/mcld/ADT/TreeAllocator.h
diff options
context:
space:
mode:
Diffstat (limited to 'include/mcld/ADT/TreeAllocator.h')
-rw-r--r--include/mcld/ADT/TreeAllocator.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/include/mcld/ADT/TreeAllocator.h b/include/mcld/ADT/TreeAllocator.h
index b2bb39b..41efae7 100644
--- a/include/mcld/ADT/TreeAllocator.h
+++ b/include/mcld/ADT/TreeAllocator.h
@@ -25,7 +25,7 @@ namespace mcld {
* NodeFactory provides delegation of memory. Sometimes, we have to merge two
* NodeFactories, and NodeFactory::delegate() can move the memory from one
* NodeFactories to another.
- *
+ *
* @see LinearAllocator
*/
template<typename DataType>