summaryrefslogtreecommitdiff
path: root/compiler/sea_ir/sea_node.h
diff options
context:
space:
mode:
Diffstat (limited to 'compiler/sea_ir/sea_node.h')
-rw-r--r--compiler/sea_ir/sea_node.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/compiler/sea_ir/sea_node.h b/compiler/sea_ir/sea_node.h
index efc1b0d15a..5d28f8aa72 100644
--- a/compiler/sea_ir/sea_node.h
+++ b/compiler/sea_ir/sea_node.h
@@ -76,5 +76,5 @@ class SeaNode: public IVisitable {
// operators because that would lead to duplication of their unique ids.
DISALLOW_COPY_AND_ASSIGN(SeaNode);
};
-} // end namespace sea_ir
+} // namespace sea_ir
#endif // ART_COMPILER_SEA_IR_SEA_NODE_H_