Skip to content

Commit 71dd479

Browse files
committed
format code
1 parent 26fb244 commit 71dd479

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

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

+1-1
Original file line numberDiff line numberDiff line change
@@ -1470,7 +1470,7 @@ static SlangResult _innerMain(
14701470
{
14711471
auto info = device->getDeviceInfo();
14721472
auto& out = stdWriters->getOut();
1473-
out.print("Using graphics adapter: %s\n", info.adapterName);
1473+
out.print("Using graphics adapter: %s\n", info.adapterName);
14741474
}
14751475

14761476
// If the only test is we can startup, then we are done

0 commit comments

Comments
 (0)