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/oatdump/oatdump.cc b/oatdump/oatdump.cc index 85eb89b..0a34686 100644 --- a/oatdump/oatdump.cc +++ b/oatdump/oatdump.cc
@@ -1473,7 +1473,7 @@ return EXIT_SUCCESS; } -} // namespace art +} // namespace art int main(int argc, char** argv) { return art::oatdump(argc, argv);