changeset 19270:6c001f36f1ed

push-notification: OCD fix for lining up function parameters
author Michael Slusarz <michael.slusarz@dovecot.fi>
date Thu, 01 Oct 2015 20:49:20 -0600
parents cb7b0ad2836a
children 990030864e16
files src/plugins/push-notification/push-notification-plugin.c
diffstat 1 files changed, 2 insertions(+), 2 deletions(-) [+]
line wrap: on
line diff
--- 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;