core: fix clang-format

This commit is contained in:
Vaxry 2025-09-17 13:02:56 +01:00
parent 5e96fac52f
commit 7fd6998f7c
Signed by: vaxry
GPG key ID: 665806380871D640

View file

@ -1848,7 +1848,7 @@ CFramebuffer* CHyprOpenGLImpl::blurFramebufferWithDamage(float a, CRegion* origi
static auto PBLURVIBRANCY = CConfigValue<Hyprlang::FLOAT>("decoration:blur:vibrancy");
static auto PBLURVIBRANCYDARKNESS = CConfigValue<Hyprlang::FLOAT>("decoration:blur:vibrancy_darkness");
const auto BLUR_PASSES = std::clamp(*PBLURPASSES, sc<int64_t>(1), sc<int64_t>(8));
const auto BLUR_PASSES = std::clamp(*PBLURPASSES, sc<int64_t>(1), sc<int64_t>(8));
// prep damage
CRegion damage{*originalDamage};