minor: fix coding style in abstract_egl_backend

This commit is contained in:
Bhushan Shah 2020-11-24 11:28:11 +05:30
parent 870679e46f
commit ba4dbab4aa

View file

@ -181,8 +181,9 @@ void AbstractEglBackend::initBufferAge()
if (hasExtension(QByteArrayLiteral("EGL_EXT_buffer_age"))) {
const QByteArray useBufferAge = qgetenv("KWIN_USE_BUFFER_AGE");
if (useBufferAge != "0")
if (useBufferAge != "0") {
setSupportsBufferAge(true);
}
}
if (hasExtension(QByteArrayLiteral("EGL_KHR_partial_update"))) {