From 43bd1a2b6923a06c4a38381176ae5c20ee4d3a10 Mon Sep 17 00:00:00 2001 From: Vivek Kale <11766050+vlkale@users.noreply.github.com> Date: Thu, 15 Feb 2024 18:10:58 -0800 Subject: [PATCH] kp_sampler_skip.cpp: applied clang-format-8 --- common/kokkos-sampler/kp_sampler_skip.cpp | 5 ++--- 1 file changed, 2 insertions(+), 3 deletions(-) diff --git a/common/kokkos-sampler/kp_sampler_skip.cpp b/common/kokkos-sampler/kp_sampler_skip.cpp index a5bbca591..6f53d0a65 100644 --- a/common/kokkos-sampler/kp_sampler_skip.cpp +++ b/common/kokkos-sampler/kp_sampler_skip.cpp @@ -51,7 +51,7 @@ uint32_t getDeviceID(uint32_t devid_in) { } void invoke_ktools_fence(uint32_t devID) { - if (tpi_funcs.fence != nullptr) { + if (tpi_funcs.fence != nullptr) { if (tool_verbosity > 1) { printf( "KokkosP: Sampler attempting to invoke" @@ -65,8 +65,7 @@ void invoke_ktools_fence(uint32_t devID) { " tool-induced fence on device %d\n", getDeviceID(devID)); } - } - else { + } else { printf( "KokkosP: FATAL: Kokkos Tools Programming Interface's tool-invoked " "Fence is NULL!\n");