From 6eecee6b91a0b810c31f0c865d7329013aff226c Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?P=C5=99emysl=20Eric=20Janouch?= Date: Mon, 1 Nov 2021 04:59:38 +0100 Subject: Incorporate most clang-format changes --- fastiv-view.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'fastiv-view.h') diff --git a/fastiv-view.h b/fastiv-view.h index 024b3ac..ca314f4 100644 --- a/fastiv-view.h +++ b/fastiv-view.h @@ -19,7 +19,7 @@ #include -#define FASTIV_TYPE_VIEW (fastiv_view_get_type()) +#define FASTIV_TYPE_VIEW (fastiv_view_get_type()) G_DECLARE_FINAL_TYPE(FastivView, fastiv_view, FASTIV, VIEW, GtkWidget) /// Try to open the given file, synchronously, to be displayed by the widget. -- cgit v1.2.3