Skip to content

Commit 966dc77

Browse files
committed
Fix format
1 parent b8f3072 commit 966dc77

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

tests/unit/test_gpu.c

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -368,7 +368,8 @@ SENTRY_TEST(gpu_info_hybrid_setup_simulation)
368368
printf(" Driver: %s\n", gpu_info->driver_version);
369369
}
370370
if (gpu_info->memory_size > 0) {
371-
printf(" Memory: %" PRIu64 " bytes\n", gpu_info->memory_size);
371+
printf(
372+
" Memory: %" PRIu64 " bytes\n", gpu_info->memory_size);
372373
}
373374
} else {
374375
has_other = true;

0 commit comments

Comments
 (0)