Replace tabs with 4 spaces

This commit is contained in:
dec05eba
2023-04-18 18:34:23 +02:00
parent e985e8e18e
commit 7749ba8327
3 changed files with 26 additions and 26 deletions

View File

@@ -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) {