From 5a042202910cb3296683875f63983f9852e74651 Mon Sep 17 00:00:00 2001 From: Sebastian Ramacher Date: Fri, 8 Dec 2023 23:32:35 +0100 Subject: [PATCH] CS --- zathura/zathura.h | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/zathura/zathura.h b/zathura/zathura.h index 1b878e5..f28df54 100644 --- a/zathura/zathura.h +++ b/zathura/zathura.h @@ -234,10 +234,9 @@ struct zathura_s * Storage for gestures. */ struct { - double initial_zoom; + double initial_zoom; } gesture; - /** * Context for MIME type detection */