From 71dd47977dfb754ce617bad2be3a3f6c750cb7db Mon Sep 17 00:00:00 2001 From: slangbot <186143334+slangbot@users.noreply.github.com> Date: Tue, 18 Feb 2025 21:08:44 +0000 Subject: [PATCH] format code --- tools/render-test/render-test-main.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tools/render-test/render-test-main.cpp b/tools/render-test/render-test-main.cpp index 91fdc99745..44a7bfca85 100644 --- a/tools/render-test/render-test-main.cpp +++ b/tools/render-test/render-test-main.cpp @@ -1470,7 +1470,7 @@ static SlangResult _innerMain( { auto info = device->getDeviceInfo(); auto& out = stdWriters->getOut(); - out.print("Using graphics adapter: %s\n", info.adapterName); + out.print("Using graphics adapter: %s\n", info.adapterName); } // If the only test is we can startup, then we are done