summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMichael Catanzaro <mcatanzaro@gnome.org>2020-02-27 13:40:38 -0600
committerMichael Catanzaro <mcatanzaro@gnome.org>2020-02-27 13:40:49 -0600
commitf8d7718327bf0d2a35fb65a431366c71bc3978bc (patch)
tree8a79f1e17cbe5b4ef815c174e6f41c162cb44fd1
parent8ba5a67f1d0fe867ef5569ec22e236db4d228631 (diff)
user: fix indentation error
-rw-r--r--src/user.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/user.c b/src/user.c
index 708432d..047fbaa 100644
--- a/src/user.c
+++ b/src/user.c
@@ -2070,7 +2070,7 @@ user_finalize (GObject *object)
g_free (user->default_icon_file);
- g_clear_pointer (&user->login_history, g_variant_unref);
+ g_clear_pointer (&user->login_history, g_variant_unref);
if (G_OBJECT_CLASS (user_parent_class)->finalize)
(*G_OBJECT_CLASS (user_parent_class)->finalize) (object);