diff options
author | rbuj <[email protected]> | 2021-10-27 17:23:33 +0200 |
---|---|---|
committer | raveit65 <[email protected]> | 2021-11-20 21:45:51 +0100 |
commit | 17ccb4f4bd610252e4ea600546750ddcc09c855a (patch) | |
tree | e1cc1783e0d46cb80c52d2a40b748925141f25ee /capplets/about-me | |
parent | 9d702031671fa8aa4cdf6ea512b3f59b8ea3da37 (diff) | |
download | mate-control-center-17ccb4f4bd610252e4ea600546750ddcc09c855a.tar.bz2 mate-control-center-17ccb4f4bd610252e4ea600546750ddcc09c855a.tar.xz |
Use a blank line at most
Diffstat (limited to 'capplets/about-me')
-rw-r--r-- | capplets/about-me/e-image-chooser.c | 2 | ||||
-rw-r--r-- | capplets/about-me/mate-about-me-password.c | 2 |
2 files changed, 0 insertions, 4 deletions
diff --git a/capplets/about-me/e-image-chooser.c b/capplets/about-me/e-image-chooser.c index d03adeb2..945877f8 100644 --- a/capplets/about-me/e-image-chooser.c +++ b/capplets/about-me/e-image-chooser.c @@ -214,7 +214,6 @@ e_image_chooser_dispose (GObject *object) priv = e_image_chooser_get_instance_private (E_IMAGE_CHOOSER (object)); - if (priv->image_buf) { g_free (priv->image_buf); priv->image_buf = NULL; @@ -224,7 +223,6 @@ e_image_chooser_dispose (GObject *object) (* G_OBJECT_CLASS (e_image_chooser_parent_class)->dispose) (object); } - static gboolean set_image_from_data (EImageChooser *chooser, char *data, int length) diff --git a/capplets/about-me/mate-about-me-password.c b/capplets/about-me/mate-about-me-password.c index d03655a4..3b9fce9d 100644 --- a/capplets/about-me/mate-about-me-password.c +++ b/capplets/about-me/mate-about-me-password.c @@ -289,7 +289,6 @@ free_passwd_resources (PasswordDialog *pdialog) pdialog->backend_child_watch_id = 0; } - /* Close IO channels (internal file descriptors are automatically closed) */ if (pdialog->backend_stdin != NULL) { @@ -345,7 +344,6 @@ free_passwd_resources (PasswordDialog *pdialog) pdialog->backend_stderr_watch_id = 0; } - /* Close PID */ if (pdialog->backend_pid != -1) { |