From 7749ba83279cd974e319e999a72705ae04997360 Mon Sep 17 00:00:00 2001 From: dec05eba Date: Tue, 18 Apr 2023 18:34:23 +0200 Subject: Replace tabs with 4 spaces --- src/window_texture.c | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to 'src/window_texture.c') diff --git a/src/window_texture.c b/src/window_texture.c index 81bf053..7448323 100644 --- a/src/window_texture.c +++ b/src/window_texture.c @@ -57,9 +57,9 @@ int window_texture_on_resize(WindowTexture *self) { EGLImage image = NULL; const intptr_t pixmap_attrs[] = { - EGL_IMAGE_PRESERVED_KHR, EGL_TRUE, - EGL_NONE, - }; + EGL_IMAGE_PRESERVED_KHR, EGL_TRUE, + EGL_NONE, + }; pixmap = XCompositeNameWindowPixmap(self->display, self->window); if(!pixmap) { -- cgit v1.2.3