From 2ea5f50f4003d4d84807417644ed22c337013e9e Mon Sep 17 00:00:00 2001 From: Alec LeFors Date: Sat, 27 Aug 2022 17:57:02 -0400 Subject: [PATCH] fix more indents, im sorry vaxry --- src/Compositor.cpp | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/src/Compositor.cpp b/src/Compositor.cpp index 3c7b8ccb..48ca9858 100644 --- a/src/Compositor.cpp +++ b/src/Compositor.cpp @@ -72,9 +72,9 @@ CCompositor::CCompositor() { wlr_renderer_init_wl_display(m_sWLRRenderer, m_sWLDisplay); if (wlr_renderer_get_dmabuf_texture_formats(m_sWLRRenderer) != NULL) { - wlr_drm_create(m_sWLDisplay, m_sWLRRenderer); - m_sWLRDmabuf = wlr_linux_dmabuf_v1_create(m_sWLDisplay, m_sWLRRenderer); - } + wlr_drm_create(m_sWLDisplay, m_sWLRRenderer); + m_sWLRDmabuf = wlr_linux_dmabuf_v1_create(m_sWLDisplay, m_sWLRRenderer); + } m_sWLRAllocator = wlr_allocator_autocreate(m_sWLRBackend, m_sWLRRenderer);