From a595518741ad5566ec9d16462d493bcc9352d82f Mon Sep 17 00:00:00 2001 From: Stefano Cianciulli Date: Thu, 26 Oct 2023 09:21:59 +0000 Subject: Fix bugprone-argument-comment clang-tidy issues Bug: 264654008 Test: m tidy-art Change-Id: Iffe92e9f02137c966201511f5bbeb1690db57fe3 --- runtime/oat_file_assistant.cc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'runtime/oat_file_assistant.cc') diff --git a/runtime/oat_file_assistant.cc b/runtime/oat_file_assistant.cc index 01a9727326..812fbbe604 100644 --- a/runtime/oat_file_assistant.cc +++ b/runtime/oat_file_assistant.cc @@ -1079,7 +1079,7 @@ const OatFile* OatFileAssistant::OatFileInfo::GetFile() { executable, /*low_4gb=*/false, dex_locations, - /*dex_fds=*/{}, + /*dex_files=*/{}, /*reservation=*/nullptr, &error_msg)); } -- cgit v1.2.3-59-g8ed1b