winsys/nouveau: Reformat to stop relying on tabs

Also remove .editorconfig as we don't need it anymore.

Signed-off-by: Mary Guillemard <mary@mary.zone>
Reviewed-by: Karol Herbst <kherbst@redhat.com>
Part-of: <https://gitlab.freedesktop.org/mesa/mesa/-/merge_requests/31667>
This commit is contained in:
Mary Guillemard
2024-10-16 00:05:18 +02:00
parent f9e72b7fcb
commit 4bc2d221c9
2 changed files with 57 additions and 60 deletions

View File

@@ -1,2 +0,0 @@
[*.{c,h}]
indent_style = tab

View File

@@ -9,8 +9,8 @@
#include "renderonly/renderonly.h"
#include "nouveau_drm_public.h"
#include "nouveau/nouveau_winsys.h"
#include "nouveau/nouveau_screen.h"
#include "nouveau/nouveau_winsys.h"
static struct pipe_screen *
nouveau_screen_create(int fd, const struct pipe_screen_config *config,
@@ -57,8 +57,7 @@ nouveau_screen_create(int fd, const struct pipe_screen_config *config,
init = nvc0_screen_create;
break;
default:
debug_printf("%s: unknown chipset nv%02x\n", __func__,
dev->chipset);
debug_printf("%s: unknown chipset nv%02x\n", __func__, dev->chipset);
goto err_screen_create;
}