summaryrefslogtreecommitdiff
path: root/runtime/stack_map.h
diff options
context:
space:
mode:
author Roland Levillain <rpl@google.com> 2016-08-12 13:45:57 +0000
committer Gerrit Code Review <noreply-gerritcodereview@google.com> 2016-08-12 13:45:57 +0000
commitc17d21d44298c4ac31b42b64b4e97020ccdd42a1 (patch)
treea120330c0730d64774747dc99bea5ef8f7c9ff1e /runtime/stack_map.h
parentdce74be0c49e8a540affc0b5649a9cf8756b809b (diff)
parent7cbd27fe778f2c348136540d52b5473e28f5769d (diff)
Merge "Adjust spacing before NOLINT comments in ART."
Diffstat (limited to 'runtime/stack_map.h')
-rw-r--r--runtime/stack_map.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/runtime/stack_map.h b/runtime/stack_map.h
index 4647d67699..dd7e53100f 100644
--- a/runtime/stack_map.h
+++ b/runtime/stack_map.h
@@ -1050,7 +1050,7 @@ struct CodeInfoEncoding {
inline_info_encoding = *reinterpret_cast<const InlineInfoEncoding*>(ptr);
ptr += sizeof(InlineInfoEncoding);
} else {
- inline_info_encoding = InlineInfoEncoding{}; // NOLINT.
+ inline_info_encoding = InlineInfoEncoding{}; // NOLINT.
}
header_size = dchecked_integral_cast<uint8_t>(ptr - reinterpret_cast<const uint8_t*>(data));
}