diff options
author | Nicolas Geoffray <ngeoffray@google.com> | 2014-09-17 10:19:01 +0100 |
---|---|---|
committer | Nicolas Geoffray <ngeoffray@google.com> | 2014-09-17 10:19:01 +0100 |
commit | 48a89618eb6ac318733ff574477182ccb242592c (patch) | |
tree | 032ae1de1b5a1487c2025e4ffe8b3969021538d9 /runtime/check_reference_map_visitor.h | |
parent | 913c4cffe825ce2f440d6e9c6b401597a0706aa7 (diff) | |
download | android_art-48a89618eb6ac318733ff574477182ccb242592c.tar.gz android_art-48a89618eb6ac318733ff574477182ccb242592c.tar.bz2 android_art-48a89618eb6ac318733ff574477182ccb242592c.zip |
Fix lint error.
Change-Id: Idd5b1f621f4dfaff717795cdbe76d8732b17aa9e
Diffstat (limited to 'runtime/check_reference_map_visitor.h')
-rw-r--r-- | runtime/check_reference_map_visitor.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/runtime/check_reference_map_visitor.h b/runtime/check_reference_map_visitor.h index 166e23f3de..1a78d72657 100644 --- a/runtime/check_reference_map_visitor.h +++ b/runtime/check_reference_map_visitor.h @@ -108,4 +108,4 @@ class CheckReferenceMapVisitor : public StackVisitor { } // namespace art -#endif // ART_RUNTIME_REFERENCE_MAP_VISITOR_H_ +#endif // ART_RUNTIME_CHECK_REFERENCE_MAP_VISITOR_H_ |