We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 549b2ac commit 883b465Copy full SHA for 883b465
1 file changed
tests/unit/test_gpu.c
@@ -43,7 +43,8 @@ SENTRY_TEST(gpu_info_basic)
43
}
44
if (gpu_info->memory_size > 0) {
45
has_info = true;
46
- printf(" Memory Size: %" PRIu64 " bytes\n", gpu_info->memory_size);
+ printf(" Memory Size: %" PRIu64 " bytes\n",
47
+ gpu_info->memory_size);
48
49
50
0 commit comments