From 9b73d5d57b39c5817f79b42f08c0bbd638807898 Mon Sep 17 00:00:00 2001 From: Stefano Cianciulli Date: Mon, 20 Jun 2022 13:49:35 +0000 Subject: Fix bugprone-argument-comment clang-tidy issues Test: m tidy-art Bug: 213953102 Change-Id: I5c703033db4fefd1cb3f1dd2dc95126930e28d53 --- runtime/class_loader_utils.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'runtime/class_loader_utils.h') diff --git a/runtime/class_loader_utils.h b/runtime/class_loader_utils.h index 934c92b630..c7773709bf 100644 --- a/runtime/class_loader_utils.h +++ b/runtime/class_loader_utils.h @@ -177,7 +177,7 @@ inline void VisitClassLoaderDexFiles(ScopedObjectAccessAlreadyRunnable& soa, VisitClassLoaderDexFiles(soa, class_loader, helper, - /* default= */ nullptr); + /* defaultReturn= */ nullptr); } } // namespace art -- cgit v1.2.3-59-g8ed1b