dovecot-2.2: push-notification: OCD fix for lining up function p...

dovecot at dovecot.org dovecot at dovecot.org
Fri Oct 2 09:12:14 UTC 2015


details:   http://hg.dovecot.org/dovecot-2.2/rev/6c001f36f1ed
changeset: 19270:6c001f36f1ed
user:      Michael Slusarz <michael.slusarz at dovecot.fi>
date:      Thu Oct 01 20:49:20 2015 -0600
description:
push-notification: OCD fix for lining up function parameters

diffstat:

 src/plugins/push-notification/push-notification-plugin.c |  4 ++--
 1 files changed, 2 insertions(+), 2 deletions(-)

diffs (14 lines):

diff -r cb7b0ad2836a -r 6c001f36f1ed src/plugins/push-notification/push-notification-plugin.c
--- a/src/plugins/push-notification/push-notification-plugin.c	Fri Oct 02 11:13:14 2015 +0300
+++ b/src/plugins/push-notification/push-notification-plugin.c	Thu Oct 01 20:49:20 2015 -0600
@@ -215,8 +215,8 @@
 
 static void
 push_notification_config_init(const char *config_name,
-                                           struct mail_user *user,
-                                           struct push_notification_driver_list *dlist)
+                              struct mail_user *user,
+                              struct push_notification_driver_list *dlist)
 {
     struct push_notification_driver_user *duser;
     const char *env;


More information about the dovecot-cvs mailing list