diff options
author | 2013-07-26 10:54:15 -0700 | |
---|---|---|
committer | 2013-07-26 11:55:10 -0700 | |
commit | 7934ac288acfb2552bb0b06ec1f61e5820d924a4 (patch) | |
tree | 43f3acd8af7fd34d4ae7b64f6e06bb8429d74bb8 /compiler/sea_ir/instruction_tools.h | |
parent | fb331d7ca004f39608fcfdae49d38df90c702ea9 (diff) |
Fix cpplint whitespace/comments issues
Change-Id: Iae286862c85fb8fd8901eae1204cd6d271d69496
Diffstat (limited to 'compiler/sea_ir/instruction_tools.h')
-rw-r--r-- | compiler/sea_ir/instruction_tools.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/compiler/sea_ir/instruction_tools.h b/compiler/sea_ir/instruction_tools.h index 0c227532b8..d3871008a4 100644 --- a/compiler/sea_ir/instruction_tools.h +++ b/compiler/sea_ir/instruction_tools.h @@ -121,5 +121,5 @@ class InstructionTools { static bool IsDefinition(const art::Instruction* instruction); static const int instruction_attributes_[]; }; -} // end namespace sea_ir +} // namespace sea_ir #endif // ART_COMPILER_SEA_IR_INSTRUCTION_TOOLS_H_ |