From 7cbd27fe778f2c348136540d52b5473e28f5769d Mon Sep 17 00:00:00 2001 From: Roland Levillain Date: Thu, 11 Aug 2016 23:53:33 +0100 Subject: Adjust spacing before NOLINT comments in ART. Note that neither clang-tidy nor cpplint.py complain about these style "issues", precisely because of the NOLINT comments. Test: WITH_TIDY=1 WITH_TIDY_CHECKS='-*,misc-macro-parentheses' mmma art Change-Id: Id692fd394ffbd4fe208cbbe4407b4d5e208462bb --- runtime/stack_map.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'runtime/stack_map.h') 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(ptr); ptr += sizeof(InlineInfoEncoding); } else { - inline_info_encoding = InlineInfoEncoding{}; // NOLINT. + inline_info_encoding = InlineInfoEncoding{}; // NOLINT. } header_size = dchecked_integral_cast(ptr - reinterpret_cast(data)); } -- cgit v1.2.3-59-g8ed1b