aboutsummaryrefslogtreecommitdiff
path: root/include/adwaitamm/helpers
diff options
context:
space:
mode:
authorFelix Morgner <felix.morgner@gmail.com>2025-04-28 13:34:23 +0200
committerFelix Morgner <felix.morgner@gmail.com>2025-04-28 13:34:23 +0200
commit00ab9e29298ae1884591685b63e73528cb762084 (patch)
tree21ecfef689b8c5bba2b6f1cf0e5f39c1fbcd6ff5 /include/adwaitamm/helpers
parent7eefefe0263922c9c0b7ed8190d49368a93bc959 (diff)
downloadlibadwaitamm-00ab9e29298ae1884591685b63e73528cb762084.tar.xz
libadwaitamm-00ab9e29298ae1884591685b63e73528cb762084.zip
adw: format source code
Diffstat (limited to 'include/adwaitamm/helpers')
-rw-r--r--include/adwaitamm/helpers/gobj_mixin.hpp2
1 files changed, 1 insertions, 1 deletions
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<typename Self>
auto gobj(this Self && self) noexcept
{
- using base_type = copy_const_t<std::remove_reference_t<Self>, BaseType>;
+ using base_type = copy_const_t<std::remove_reference_t<Self>, BaseType>;
return reinterpret_cast<base_type *>(self.::Glib::Object::gobj());
}