From d8f29f441ce83c5fd92a05058fbfdc8a66179f10 Mon Sep 17 00:00:00 2001 From: Vivek Kale <11766050+vlkale@users.noreply.github.com> Date: Wed, 10 Apr 2024 19:42:19 -0700 Subject: [PATCH] test_parscan.cpp: apply clang format --- tests/sampler/test_parscan.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tests/sampler/test_parscan.cpp b/tests/sampler/test_parscan.cpp index 9ac7cee7d..ba60318b1 100644 --- a/tests/sampler/test_parscan.cpp +++ b/tests/sampler/test_parscan.cpp @@ -84,7 +84,7 @@ TEST(SamplerTest, ktoEnvVarDefault) { EXPECT_THAT(output.str(), Not(HasSubstr("KokkosP: sample 14 calling"))); EXPECT_THAT(output.str(), Not(HasSubstr("KokkosP: sample 15 calling"))); - int occurrences = 0; + int occurrences = 0; std::string::size_type pos = 0; std::string samplerTestOutput(output.str()); std::string target("calling child-begin function");