summaryrefslogtreecommitdiffstats
path: root/library/cpp/containers/comptrie/node.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'library/cpp/containers/comptrie/node.cpp')
-rw-r--r--library/cpp/containers/comptrie/node.cpp4
1 files changed, 2 insertions, 2 deletions
diff --git a/library/cpp/containers/comptrie/node.cpp b/library/cpp/containers/comptrie/node.cpp
index a888023bd22..5fd22f15ec3 100644
--- a/library/cpp/containers/comptrie/node.cpp
+++ b/library/cpp/containers/comptrie/node.cpp
@@ -4,8 +4,8 @@
#include <util/system/yassert.h>
#include <util/generic/yexception.h>
-
-namespace NCompactTrie {
+
+namespace NCompactTrie {
TNode::TNode()
: Offset(0)
, LeafLength(0)