[gnome-calendar] style: align arguments properly



commit 1431f4b8951b73aaba6395c6c040364382e8e864
Author: Erick Pérez Castellanos <erick red gmail com>
Date:   Sat May 16 18:10:00 2015 -0400

    style: align arguments properly

 src/gcal-source-dialog.c |    4 ++--
 1 files changed, 2 insertions(+), 2 deletions(-)
---
diff --git a/src/gcal-source-dialog.c b/src/gcal-source-dialog.c
index bb52620..76a0860 100644
--- a/src/gcal-source-dialog.c
+++ b/src/gcal-source-dialog.c
@@ -956,8 +956,8 @@ stack_visible_child_name_changed (GObject    *object,
  * Returns:
  */
 static void
-calendar_file_selected (GtkFileChooser       *button,
-                        gpointer              user_data)
+calendar_file_selected (GtkFileChooser *button,
+                        gpointer        user_data)
 {
   GcalSourceDialogPrivate *priv;
   ESourceExtension *ext;


[Date Prev][Date Next]   [Thread Prev][Thread Next]   [Thread Index] [Date Index] [Author Index]