mirror of
https://gitlab.freedesktop.org/mesa/mesa.git
synced 2025-12-30 18:40:13 +01:00
anv/device: Add a newline to the end of a comment
This commit is contained in:
parent
9c2b37a9c3
commit
862da6a891
1 changed files with 1 additions and 1 deletions
|
|
@ -83,7 +83,7 @@ anv_physical_device_init(struct anv_physical_device *device,
|
|||
|
||||
if (device->info->gen == 7 &&
|
||||
!device->info->is_haswell && !device->info->is_baytrail) {
|
||||
fprintf(stderr, "WARNING: Ivy Bridge Vulkan support is incomplete");
|
||||
fprintf(stderr, "WARNING: Ivy Bridge Vulkan support is incomplete\n");
|
||||
} else if (device->info->gen == 8 && !device->info->is_cherryview) {
|
||||
/* Briadwell is as fully supported as anything */
|
||||
} else {
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue