From 5c0e48681fb7e960fb2fbf46e399881bac33290f Mon Sep 17 00:00:00 2001 From: slangbot <186143334+slangbot@users.noreply.github.com> Date: Wed, 19 Feb 2025 00:07:42 +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 f6ca4b4673..622755d5b2 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