From 841a69822d8a8cd04159575957367eeca2fbd1b2 Mon Sep 17 00:00:00 2001 From: Vladimir Marko Date: Mon, 10 Oct 2022 10:38:19 +0200 Subject: ART: Fix missing space (cpplint error). Test: N/A Bug: 252718800 Change-Id: Id693ee22df350d4ab9a583f1738ac2914d9cffeb --- compiler/common_compiler_test.cc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'compiler/common_compiler_test.cc') diff --git a/compiler/common_compiler_test.cc b/compiler/common_compiler_test.cc index 618d80b4dd..24872d33c5 100644 --- a/compiler/common_compiler_test.cc +++ b/compiler/common_compiler_test.cc @@ -158,7 +158,7 @@ class CommonCompilerTestImpl::OneCompiledMethodStorage final : public CompiledCo void SetThunkCode(const linker::LinkerPatch& patch ATTRIBUTE_UNUSED, ArrayRef code ATTRIBUTE_UNUSED, - const std::string& debug_name ATTRIBUTE_UNUSED) override{ + const std::string& debug_name ATTRIBUTE_UNUSED) override { LOG(FATAL) << "Unsupported."; UNREACHABLE(); } -- cgit v1.2.3-59-g8ed1b