From 8021f36880ad9f24fa37cfcc7d51ebe2cde111a4 Mon Sep 17 00:00:00 2001 From: Vivek Kale <11766050+vlkale@users.noreply.github.com> Date: Thu, 15 Feb 2024 18:25:27 -0800 Subject: [PATCH] kp_core.hpp: applied clang-format-8 --- profiling/all/kp_core.hpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/profiling/all/kp_core.hpp b/profiling/all/kp_core.hpp index 77193e901..cc51bc3d9 100644 --- a/profiling/all/kp_core.hpp +++ b/profiling/all/kp_core.hpp @@ -55,7 +55,7 @@ using Kokkos::Tools::SpaceHandle; #define EXPOSE_PROVIDE_TOOL_PROGRAMMING_INTERFACE(FUNC_NAME) \ __attribute__((weak)) void kokkosp_provide_tool_programming_interface( \ const uint32_t num_actions, \ - Kokkos_Tools_ToolProgrammingInterface ptpi) { \ + Kokkos_Tools_ToolProgrammingInterface ptpi) { \ FUNC_NAME(num_actions, ptpi); \ }