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 b8f3072 commit 966dc77Copy full SHA for 966dc77
tests/unit/test_gpu.c
@@ -368,7 +368,8 @@ SENTRY_TEST(gpu_info_hybrid_setup_simulation)
368
printf(" Driver: %s\n", gpu_info->driver_version);
369
}
370
if (gpu_info->memory_size > 0) {
371
- printf(" Memory: %" PRIu64 " bytes\n", gpu_info->memory_size);
+ printf(
372
+ " Memory: %" PRIu64 " bytes\n", gpu_info->memory_size);
373
374
} else {
375
has_other = true;
0 commit comments