commit | 7934ac288acfb2552bb0b06ec1f61e5820d924a4 | [log] [tgz] |
---|---|---|
author | Brian Carlstrom <bdc@google.com> | Fri Jul 26 10:54:15 2013 -0700 |
committer | Brian Carlstrom <bdc@google.com> | Fri Jul 26 11:55:10 2013 -0700 |
tree | 43f3acd8af7fd34d4ae7b64f6e06bb8429d74bb8 | |
parent | fb331d7ca004f39608fcfdae49d38df90c702ea9 [diff] [blame] |
Fix cpplint whitespace/comments issues Change-Id: Iae286862c85fb8fd8901eae1204cd6d271d69496
diff --git a/compiler/sea_ir/sea_node.h b/compiler/sea_ir/sea_node.h index efc1b0d..5d28f8a 100644 --- a/compiler/sea_ir/sea_node.h +++ b/compiler/sea_ir/sea_node.h
@@ -76,5 +76,5 @@ // 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_