[recipes] Trivial formatting fixes
- From: Matthias Clasen <matthiasc src gnome org>
- To: commits-list gnome org
- Cc:
- Subject: [recipes] Trivial formatting fixes
- Date: Wed, 15 Mar 2017 14:36:57 +0000 (UTC)
commit 32943acf5c548d5bbfd8e14c58b3334019ecb265
Author: Matthias Clasen <mclasen redhat com>
Date: Tue Mar 14 23:37:09 2017 -0400
Trivial formatting fixes
src/gr-mail.c | 10 +++++-----
src/gr-mail.h | 18 +++++++++---------
2 files changed, 14 insertions(+), 14 deletions(-)
---
diff --git a/src/gr-mail.c b/src/gr-mail.c
index 5739d67..b0f29fc 100644
--- a/src/gr-mail.c
+++ b/src/gr-mail.c
@@ -186,11 +186,11 @@ window_handle_exported (GtkWindow *window,
}
void
-gr_send_mail (GtkWindow *window,
- const char *address,
- const char *subject,
- const char *body,
- const char **attachments,
+gr_send_mail (GtkWindow *window,
+ const char *address,
+ const char *subject,
+ const char *body,
+ const char **attachments,
GAsyncReadyCallback callback,
gpointer user_data)
{
diff --git a/src/gr-mail.h b/src/gr-mail.h
index 0950226..efe6a0b 100644
--- a/src/gr-mail.h
+++ b/src/gr-mail.h
@@ -24,14 +24,14 @@
G_BEGIN_DECLS
-void gr_send_mail (GtkWindow *window,
- const char *address,
- const char *subject,
- const char *body,
- const char **attachments,
- GAsyncReadyCallback callback,
- gpointer user_data);
-gboolean gr_send_mail_finish (GAsyncResult *result,
- GError **error);
+void gr_send_mail (GtkWindow *window,
+ const char *address,
+ const char *subject,
+ const char *body,
+ const char **attachments,
+ GAsyncReadyCallback callback,
+ gpointer user_data);
+gboolean gr_send_mail_finish (GAsyncResult *result,
+ GError **error);
G_END_DECLS
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]