From 00ab9e29298ae1884591685b63e73528cb762084 Mon Sep 17 00:00:00 2001 From: Felix Morgner Date: Mon, 28 Apr 2025 13:34:23 +0200 Subject: adw: format source code --- include/adwaitamm/helpers/gobj_mixin.hpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'include/adwaitamm/helpers') diff --git a/include/adwaitamm/helpers/gobj_mixin.hpp b/include/adwaitamm/helpers/gobj_mixin.hpp index 762136e..ec15996 100644 --- a/include/adwaitamm/helpers/gobj_mixin.hpp +++ b/include/adwaitamm/helpers/gobj_mixin.hpp @@ -29,7 +29,7 @@ namespace Adwaita::helpers template auto gobj(this Self && self) noexcept { - using base_type = copy_const_t, BaseType>; + using base_type = copy_const_t, BaseType>; return reinterpret_cast(self.::Glib::Object::gobj()); } -- cgit v1.2.3