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:
@@ -1,2 +0,0 @@
|
|||||||
[*.{c,h}]
|
|
||||||
indent_style = tab
|
|
@@ -9,8 +9,8 @@
|
|||||||
#include "renderonly/renderonly.h"
|
#include "renderonly/renderonly.h"
|
||||||
#include "nouveau_drm_public.h"
|
#include "nouveau_drm_public.h"
|
||||||
|
|
||||||
#include "nouveau/nouveau_winsys.h"
|
|
||||||
#include "nouveau/nouveau_screen.h"
|
#include "nouveau/nouveau_screen.h"
|
||||||
|
#include "nouveau/nouveau_winsys.h"
|
||||||
|
|
||||||
static struct pipe_screen *
|
static struct pipe_screen *
|
||||||
nouveau_screen_create(int fd, const struct pipe_screen_config *config,
|
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;
|
init = nvc0_screen_create;
|
||||||
break;
|
break;
|
||||||
default:
|
default:
|
||||||
debug_printf("%s: unknown chipset nv%02x\n", __func__,
|
debug_printf("%s: unknown chipset nv%02x\n", __func__, dev->chipset);
|
||||||
dev->chipset);
|
|
||||||
goto err_screen_create;
|
goto err_screen_create;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
Reference in New Issue
Block a user