From 9d32badcb7be85b69caf65563a4703d51318136c Mon Sep 17 00:00:00 2001 From: Satyanvesh Dittakavi <53337087+satyanveshd@users.noreply.github.com> Date: Tue, 14 Oct 2025 17:35:17 +0530 Subject: [PATCH] SWDEV-545950 - Update indentation in hip_prof_str.h for hipStreamCopyAttributes (#1352) --- projects/clr/hipamd/include/hip/amd_detail/hip_prof_str.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/projects/clr/hipamd/include/hip/amd_detail/hip_prof_str.h b/projects/clr/hipamd/include/hip/amd_detail/hip_prof_str.h index 390d5fe273..6a64decb97 100644 --- a/projects/clr/hipamd/include/hip/amd_detail/hip_prof_str.h +++ b/projects/clr/hipamd/include/hip/amd_detail/hip_prof_str.h @@ -11587,7 +11587,7 @@ static inline const char* hipApiString(hip_api_id_t id, const hip_api_data_t* da oss << ", mode="; roctracer::hip_support::detail::operator<<(oss, data->args.hipStreamBeginCaptureToGraph.mode); oss << ")"; break; - case HIP_API_ID_hipStreamCopyAttributes: + case HIP_API_ID_hipStreamCopyAttributes: oss << "hipStreamCopyAttributes("; oss << "dst="; roctracer::hip_support::detail::operator<<(oss, data->args.hipStreamCopyAttributes.dst); oss << ", src="; roctracer::hip_support::detail::operator<<(oss, data->args.hipStreamCopyAttributes.src);