summaryrefslogtreecommitdiff
path: root/adw/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
commit2331febb334828b8e7fa721dd783ae0d9f6609ad (patch)
treedc5c1c067ab05f062af7a4f9451228bc3080d836 /adw/include/adwaitamm/helpers
parentd7e133846015d005768e5588a6dd926fed4d3f04 (diff)
downloadturns-2331febb334828b8e7fa721dd783ae0d9f6609ad.tar.xz
turns-2331febb334828b8e7fa721dd783ae0d9f6609ad.zip
adw: format source code
Diffstat (limited to 'adw/include/adwaitamm/helpers')
-rw-r--r--adw/include/adwaitamm/helpers/gobj_mixin.hpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/adw/include/adwaitamm/helpers/gobj_mixin.hpp b/adw/include/adwaitamm/helpers/gobj_mixin.hpp
index 762136e..ec15996 100644
--- a/adw/include/adwaitamm/helpers/gobj_mixin.hpp
+++ b/adw/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());
}