diff options
author | 2022-10-10 10:38:19 +0200 | |
---|---|---|
committer | 2022-10-10 10:38:19 +0200 | |
commit | 841a69822d8a8cd04159575957367eeca2fbd1b2 (patch) | |
tree | 94b912e8706b62694d1c4876632bd7bb6085596e /compiler/common_compiler_test.cc | |
parent | d5a43192e44935605aa9abba6beb31760ef57da0 (diff) |
ART: Fix missing space (cpplint error).
Test: N/A
Bug: 252718800
Change-Id: Id693ee22df350d4ab9a583f1738ac2914d9cffeb
Diffstat (limited to 'compiler/common_compiler_test.cc')
-rw-r--r-- | compiler/common_compiler_test.cc | 2 |
1 files changed, 1 insertions, 1 deletions
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<const uint8_t> code ATTRIBUTE_UNUSED, - const std::string& debug_name ATTRIBUTE_UNUSED) override{ + const std::string& debug_name ATTRIBUTE_UNUSED) override { LOG(FATAL) << "Unsupported."; UNREACHABLE(); } |