Skip to content

Commit dfecbd2

Browse files
authored
Format code for PR #8448 (#8511)
Automated code formatting for #8448 Co-authored-by: slangbot <[email protected]>
1 parent fe4f205 commit dfecbd2

File tree

3 files changed

+6
-3
lines changed

3 files changed

+6
-3
lines changed

tools/render-test/render-test-main.cpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1577,7 +1577,7 @@ static SlangResult _innerMain(
15771577
rhiDevice = nullptr;
15781578
}
15791579
}
1580-
1580+
15811581
// Check result for both cached and non-cached paths
15821582
if (SLANG_FAILED(res) || !rhiDevice)
15831583
{

tools/render-test/slang-test-device-cache.cpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -85,7 +85,7 @@ SlangResult DeviceCache::acquireDevice(const rhi::DeviceDesc& desc, rhi::IDevice
8585
{
8686
if (!outDevice)
8787
return SLANG_E_INVALID_ARG;
88-
88+
8989
*outDevice = nullptr;
9090

9191
// Skip caching for CUDA devices due to crashes

tools/slang-test/slang-test-main.cpp

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4779,7 +4779,10 @@ static bool shouldRunTest(TestContext* context, String filePath)
47794779
if (context->options.verbosity == VerbosityLevel::Verbose)
47804780
{
47814781
context->getTestReporter()->messageFormat(
4782-
TestMessageType::Info, "%s file is excluded from the test because it is found from the exclusion list\n", filePath.getBuffer());
4782+
TestMessageType::Info,
4783+
"%s file is excluded from the test because it is found from the exclusion "
4784+
"list\n",
4785+
filePath.getBuffer());
47834786
}
47844787
return false;
47854788
}

0 commit comments

Comments
 (0)