From ba074d45c10cecd18b09f408d92ff57f9472e901 Mon Sep 17 00:00:00 2001 From: skal Date: Sun, 15 Feb 2026 17:10:56 +0100 Subject: clang-format --- src/effects/gaussian_blur_effect.h | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'src/effects/gaussian_blur_effect.h') diff --git a/src/effects/gaussian_blur_effect.h b/src/effects/gaussian_blur_effect.h index 651c5c3..bf1062f 100644 --- a/src/effects/gaussian_blur_effect.h +++ b/src/effects/gaussian_blur_effect.h @@ -8,9 +8,9 @@ // Parameters for GaussianBlurEffect (set at construction time) struct GaussianBlurParams { - float strength = 1.0f; // Default + float strength = 1.0f; // Default float strength_audio = 0.5f; // how much to pulse with audio - float stretch = 1.f; // y/x axis ratio + float stretch = 1.f; // y/x axis ratio float _pad = 0.; }; static_assert(sizeof(GaussianBlurParams) == 16, -- cgit v1.2.3